petidomo: update to version 4.3
This commit is contained in:
parent
18c24bab3f
commit
8fa1ce00f2
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, flex, bison, sendmailPath ? "/var/setuid-wrappers/sendmail" }:
|
{ stdenv, fetchurl, flex, bison, sendmailPath ? "/var/setuid-wrappers/sendmail" }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "petidomo-4.2";
|
name = "petidomo-4.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://sourceforge/petidomo/${name}.tar.gz";
|
url = "mirror://sourceforge/petidomo/${name}.tar.gz";
|
||||||
sha256 = "0rckzsiqg819ids5784gmlf5p1lbjvavz0f5mwn10h34kclhi8bz";
|
sha256 = "0x4dbxc4fcfg1rw5ywpcypvylnzn3y4rh0m6fz4h4cdnzb8p1lvm";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ flex bison ];
|
buildInputs = [ flex bison ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user