Skip to content

Commit

Permalink
hello.nix refresh
Browse files Browse the repository at this point in the history
updated tarball version and small change to indentation.
  • Loading branch information
henrik-ch committed Jun 6, 2023
1 parent c564d1b commit ff7c04d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pills/10/hello-nix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ let
pkgs = import <nixpkgs> {};
mkDerivation = import ./autotools.nix pkgs;
in mkDerivation {
name = "hello";
src = ./hello-2.10.tar.gz;
}
name = "hello";
src = ./hello-2.12.1.tar.gz;
}

0 comments on commit ff7c04d

Please sign in to comment.