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

zsh-you-should-use: 1.8.0 -> 1.9.0 (#348689)

parents 25bf8e82 fb66a63c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "zsh-you-should-use";
  version = "1.8.0";
  version = "1.9.0";

  src = fetchFromGitHub {
    owner = "MichaelAquilina";
    repo = pname;
    rev = version;
    sha256 = "sha256-fJX748lwVP1+GF/aIl1J3c6XAy/AtYCpEHsP8weUNo0=";
    sha256 = "sha256-+3iAmWXSsc4OhFZqAMTwOL7AAHBp5ZtGGtvqCnEOYc0=";
  };

  strictDeps = true;