Skip to content

Commit

Permalink
Revert "hello: 2.10 -> 2.12" (#158328)
Browse files Browse the repository at this point in the history
This reverts commit 3e4412d.

broke `stdenvBootstrapTools.x86_64-darwin.test`, blocking nixpkgs-unstable
  • Loading branch information
zowoq authored Feb 6, 2022
1 parent 216ba61 commit 598c791
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/hello/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 598c791

Please sign in to comment.