nixos-shell: 1.1.0 -> 1.1.1

This commit is contained in:
R. Ryantm
2024-05-09 21:36:11 +00:00
parent 0c9055e823
commit 28e25a6ddc

View File

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