Merge pull request #310435 from r-ryantm/auto-update/nixos-shell

nixos-shell: 1.1.0 -> 1.1.1
This commit is contained in:
Weijia Wang 2024-06-02 15:50:48 +02:00 committed by GitHub
commit 77531b8f78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];