xmlto: Fix fetch URL
This commit is contained in:
parent
303adee602
commit
0ae2687f9e
1 changed files with 3 additions and 2 deletions
|
@ -3,9 +3,10 @@
|
|||
, bash, getopt, makeWrapper }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "xmlto-0.0.28";
|
||||
pname = "xmlto";
|
||||
version = "0.0.28";
|
||||
src = fetchurl {
|
||||
url = "http://fedorahosted.org/releases/x/m/xmlto/${name}.tar.bz2";
|
||||
url = "https://releases.pagure.org/${pname}/${pname}-${version}.tar.bz2";
|
||||
sha256 = "0xhj8b2pwp4vhl9y16v3dpxpsakkflfamr191mprzsspg4xdyc0i";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue