Unverified Commit cfe3c15a authored by tomberek's avatar tomberek Committed by GitHub
Browse files

Merge pull request #282564 from r-ryantm/auto-update/zps

zps: 1.2.9 -> 2.0.0
parents 57de71a6 db44fd6b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation rec {
  pname = "zps";
  version = "1.2.9";
  version = "2.0.0";

  src = fetchFromGitHub {
    owner = "orhun";
    repo = "zps";
    rev = version;
    hash = "sha256-+evCYiTiH8tRmhvsse+49WlKGRP5XQtep7wGoCySvJ4=";
    hash = "sha256-t+y+m9cwngVlX5o7FQTI4FMj10bN0euH51DmAnOAvPc=";
  };

  nativeBuildInputs = [