libmodulemd: 2.12.0 -> 2.12.1

wip/little-gl
R. RyanTM 3 years ago committed by Jonathan Ringer
parent d32199f0a6
commit aff091d3da
  1. 4
      pkgs/development/libraries/libmodulemd/default.nix

@ -18,7 +18,7 @@
stdenv.mkDerivation rec {
pname = "libmodulemd";
version = "2.12.0";
version = "2.12.1";
outputs = [ "bin" "out" "dev" "devdoc" "man" "py" ];
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
owner = "fedora-modularity";
repo = pname;
rev = "${pname}-${version}";
sha256 = "1mq9as98q4wyka404f8xwfc44cn5j4bsk0fch5pf07v81sagc1q9";
sha256 = "sha256-Relj14uG+dp9r5xWEbw/eAmlUJJ/kRwlPclcWGQxoJg=";
};
patches = [

Loading…
Cancel
Save