pius: move source from Sourceforge to Github
Development of pius has moved to Github.
This commit is contained in:
parent
9c048f4fb6
commit
b354f88327
@ -1,13 +1,15 @@
|
|||||||
{ fetchurl, stdenv, python, gnupg }:
|
{ fetchFromGitHub, stdenv, python, gnupg }:
|
||||||
|
|
||||||
let version = "2.0.11"; in
|
let version = "2.0.11"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "pius-${version}";
|
name = "pius-${version}";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchFromGitHub {
|
||||||
url = "mirror://sourceforge/pgpius/pius/${version}/pius-${version}.tar.bz2";
|
owner = "jaymzh";
|
||||||
sha256 = "0pdbyqz6k0bm182cz81ss7yckmpms5qhrrw0wcr4a1srzcjyzf5f";
|
repo = "pius";
|
||||||
|
rev = "v${version}";
|
||||||
|
sha256 = "0msqhk0bhnq0f3crr0zf3dc9qb01ghib25fh3sz9dbprxclr5ps9";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ python ];
|
buildInputs = [ python ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user