mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +03:00
pies: 1.2 -> 1.3
Also, disable format hardening or build fails.
This commit is contained in:
parent
ccd255776e
commit
780ceffd51
@ -1,13 +1,15 @@
|
||||
{ fetchurl, stdenv }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pies-1.2";
|
||||
name = "pies-1.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/pies/${name}.tar.bz2";
|
||||
sha256 = "18w0dbg77i56cx1bwa789w0qi3l4xkkbascxcv2b6gbm0zmjg1g6";
|
||||
sha256 = "12r7rjjyibjdj08dvwbp0iflfpzl4s0zhn6cr6zj3hwf9gbzgl1g";
|
||||
};
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user