about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorVincent Haupert <mail@vincent-haupert.de>2020-12-31 03:00:02 +0100
committerVincent Haupert <mail@vincent-haupert.de>2020-12-31 03:00:02 +0100
commit3c4f8e89c1e2367906e41e4e2d6e0caf19c49e80 (patch)
treecf74b3c7024a1d103e5e45adca128fa087b922c3 /pkgs/shells
parent4e825a870768ce3d712ae9b3fb35b49fd1e53457 (diff)
any-nix-shell: 1.1.0 -> 1.2.0
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/any-nix-shell/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/shells/any-nix-shell/default.nix b/pkgs/shells/any-nix-shell/default.nix
index bab39aef2441f..cfd000d84c66a 100644
--- a/pkgs/shells/any-nix-shell/default.nix
+++ b/pkgs/shells/any-nix-shell/default.nix
@@ -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 ];