Unverified Commit 289e0a8e authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #278084 from r-ryantm/auto-update/zsh-nix-shell

zsh-nix-shell: 0.7.0 -> 0.8.0
parents f01121fe c968cfb6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
  pname = "zsh-nix-shell";
  version = "0.7.0";
  version = "0.8.0";

  src = fetchFromGitHub {
    owner = "chisui";
    repo = "zsh-nix-shell";
    rev = "v${version}";
    sha256 = "sha256-oQpYKBt0gmOSBgay2HgbXiDoZo5FoUKwyHSlUrOAP5E=";
    sha256 = "sha256-Z6EYQdasvpl1P78poj9efnnLj7QQg13Me8x1Ryyw+dM=";
  };

  strictDeps = true;