Merge pull request #108011 from veehaitch/any-nix-shell-v1.2.0

any-nix-shell: 1.1.0 -> 1.2.0
This commit is contained in:
Sandro 2020-12-31 05:37:20 +01:00 committed by GitHub
commit c5893c9b57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "any-nix-shell";
version = "1.1.0";
version = "1.2.0";
src = fetchFromGitHub {
owner = "haslersn";
repo = "any-nix-shell";
rev = "v${version}";
sha256 = "02cv86csk1m8nlh2idvh7bjw43lpssmdawya2jhr4bam2606yzdv";
sha256 = "05xixgsdfv0qk648r74nvazw16dpw49ryz8dax9kwmhqrgkjaqv6";
};
nativeBuildInputs = [ makeWrapper ];