mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
nix-script: 2015-09-22 -> 2020-03-23
This commit is contained in:
parent
4007e80d00
commit
8ef9611645
|
@ -2,13 +2,13 @@
|
|||
|
||||
stdenv.mkDerivation {
|
||||
pname = "nix-script";
|
||||
version = "2015-09-22";
|
||||
version = "2020-03-23";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bennofs";
|
||||
repo = "nix-script";
|
||||
rev = "83064dc557b642f6748d4f2372b2c88b2a82c4e7";
|
||||
sha256 = "0iwclyd2zz8lv012yghfr4696kdnsq6xvc91wv00jpwk2c09xl7a";
|
||||
rev = "7706b45429ff22c35bab575734feb2926bf8840b";
|
||||
sha256 = "0yiqljamcj9x8z801bwj7r30sskrwv4rm6sdf39j83jqql1fyq7y";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
|
Loading…
Reference in a new issue