Merge pull request #329469 from r-ryantm/auto-update/any-nix-shell

any-nix-shell: 2.0.0 -> 2.0.1
This commit is contained in:
Jörg Thalheim 2024-07-24 22:01:14 +02:00 committed by GitHub
commit 1dde72d508
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "any-nix-shell";
version = "2.0.0";
version = "2.0.1";
src = fetchFromGitHub {
owner = "haslersn";
repo = "any-nix-shell";
rev = "v${version}";
hash = "sha256-n4+aokW5o3EuXKqyc12vRsn5Mlkvdso27AdpahhySYw=";
hash = "sha256-t6+LKSGWmkHQhfqw/4Ztz4QgDXQ2RZr9R/mMEEA3jlY=";
};
strictDeps = true;