first commit
This commit is contained in:
14
hello/hello.nix
Normal file
14
hello/hello.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
stdenv,
|
||||
fetchzip,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
pname = "hello";
|
||||
version = "2.12.1";
|
||||
|
||||
src = fetchzip {
|
||||
url = "https://ftp.gnu.org/gnu/hello/hello-2.12.1.tar.gz";
|
||||
sha256 = "sha256-1kJjhtlsAkpNB7f6tZEs+dbKd8z7KoNHyDHEJ0tmhnc=";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user