Revert "hello: 2.10 -> 2.12" (#158328)

This reverts commit 3e4412db9c.

broke `stdenvBootstrapTools.x86_64-darwin.test`, blocking nixpkgs-unstable
This commit is contained in:
zowoq 2022-02-06 18:00:34 +10:00 committed by GitHub
parent 216ba61767
commit 598c791f2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@
stdenv.mkDerivation rec {
pname = "hello";
version = "2.12";
version = "2.10";
src = fetchurl {
url = "mirror://gnu/hello/${pname}-${version}.tar.gz";
sha256 = "1ayhp9v4m4rdhjmnl2bq3cibrbqqkgjbl3s7yk2nhlh8vj3ay16g";
sha256 = "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i";
};
doCheck = true;