3
0
Fork 0
forked from mirrors/nixpkgs

hello: update from 2.8 to 2.9

This commit is contained in:
Nixpkgs Monitor 2013-12-15 13:05:36 +02:00 committed by Evgeny Egorochkin
parent 53754a0397
commit a49d2ee8b5

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl }: { stdenv, fetchurl }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "hello-2.8"; name = "hello-2.9";
src = fetchurl { src = fetchurl {
url = "mirror://gnu/hello/${name}.tar.gz"; url = "mirror://gnu/hello/${name}.tar.gz";
sha256 = "0wqd8sjmxfskrflaxywc7gqw7sfawrfvdxd9skxawzfgyy0pzdz6"; sha256 = "19qy37gkasc4csb1d3bdiz9snn8mir2p3aj0jgzmfv0r2hi7mfzc";
}; };
doCheck = true; doCheck = true;