Skip to content

Commit b22a932

Browse files
authored
Merge pull request #334622 from r-ryantm/auto-update/nixos-shell
nixos-shell: 1.1.1 -> 2.0.0
2 parents 29aa9e9 + 198768b commit b22a932

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/virtualization/nixos-shell/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "nixos-shell";
5-
version = "1.1.1";
5+
version = "2.0.0";
66

77
src = fetchFromGitHub {
88
owner = "Mic92";
99
repo = "nixos-shell";
1010
rev = version;
11-
sha256 = "sha256-r5qNuv8MAo9He2g2jMPYlpxwaMzKomDvxvjNoS0JKDI=";
11+
sha256 = "sha256-plRKXQqww7easx0wgGKAkOJH1TW/PeeB20dq9XUN8J4=";
1212
};
1313

1414
nativeBuildInputs = [ makeWrapper ];

0 commit comments

Comments
 (0)