We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29aa9e9 + 198768b commit b22a932Copy full SHA for b22a932
pkgs/tools/virtualization/nixos-shell/default.nix
@@ -2,13 +2,13 @@
2
3
stdenv.mkDerivation rec {
4
pname = "nixos-shell";
5
- version = "1.1.1";
+ version = "2.0.0";
6
7
src = fetchFromGitHub {
8
owner = "Mic92";
9
repo = "nixos-shell";
10
rev = version;
11
- sha256 = "sha256-r5qNuv8MAo9He2g2jMPYlpxwaMzKomDvxvjNoS0JKDI=";
+ sha256 = "sha256-plRKXQqww7easx0wgGKAkOJH1TW/PeeB20dq9XUN8J4=";
12
};
13
14
nativeBuildInputs = [ makeWrapper ];
0 commit comments