libmodulemd: 2.12.0 -> 2.12.1
This commit is contained in:
parent
d32199f0a6
commit
aff091d3da
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "libmodulemd";
|
pname = "libmodulemd";
|
||||||
version = "2.12.0";
|
version = "2.12.1";
|
||||||
|
|
||||||
outputs = [ "bin" "out" "dev" "devdoc" "man" "py" ];
|
outputs = [ "bin" "out" "dev" "devdoc" "man" "py" ];
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||||
owner = "fedora-modularity";
|
owner = "fedora-modularity";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "${pname}-${version}";
|
rev = "${pname}-${version}";
|
||||||
sha256 = "1mq9as98q4wyka404f8xwfc44cn5j4bsk0fch5pf07v81sagc1q9";
|
sha256 = "sha256-Relj14uG+dp9r5xWEbw/eAmlUJJ/kRwlPclcWGQxoJg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in New Issue