nixos-shell: 1.1.1 -> 2.0.0

This commit is contained in:
R. Ryantm 2024-08-14 13:27:58 +00:00
parent c4a0a122c0
commit 198768b1c2

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "nixos-shell"; pname = "nixos-shell";
version = "1.1.1"; version = "2.0.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mic92"; owner = "Mic92";
repo = "nixos-shell"; repo = "nixos-shell";
rev = version; rev = version;
sha256 = "sha256-r5qNuv8MAo9He2g2jMPYlpxwaMzKomDvxvjNoS0JKDI="; sha256 = "sha256-plRKXQqww7easx0wgGKAkOJH1TW/PeeB20dq9XUN8J4=";
}; };
nativeBuildInputs = [ makeWrapper ]; nativeBuildInputs = [ makeWrapper ];