monkeysphere: 0.42 -> 0.43
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/monkeysphere/versions
This commit is contained in:
parent
4866cbe341
commit
719b7dcfb1
@ -14,14 +14,14 @@ let
|
|||||||
});
|
});
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "monkeysphere-${version}";
|
name = "monkeysphere-${version}";
|
||||||
version = "0.42";
|
version = "0.43";
|
||||||
|
|
||||||
# The patched OpenSSH binary MUST NOT be used (except in the check phase):
|
# The patched OpenSSH binary MUST NOT be used (except in the check phase):
|
||||||
disallowedRequisites = [ opensshUnsafe ];
|
disallowedRequisites = [ opensshUnsafe ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_${version}.orig.tar.gz";
|
url = "http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_${version}.orig.tar.gz";
|
||||||
sha256 = "1haqgjxm8v2xnhc652lx79p2cqggb9gxgaf19w9l9akar2qmdjf1";
|
sha256 = "18i7qpvp5qb7mmd0z5rqai550rya9l3nbsq2hamwkl3smqsjdqc0";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./monkeysphere.patch ];
|
patches = [ ./monkeysphere.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user