Unverified Commit 84aaff60 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

pvz-portable-unwrapped: 0.1.19 -> 0.1.20 (#506781)

parents 31c96228 4cde62e1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "pvz-portable-unwrapped";
  version = "0.1.19";
  version = "0.1.20";

  src = fetchFromGitHub {
    owner = "wszqkzqk";
    repo = "PvZ-Portable";
    tag = finalAttrs.version;
    hash = "sha256-G+otMVg/RYpRSEGSvMYocMyN27ixJW9w+bNXCU9Otl0=";
    hash = "sha256-8E23G3x97E/J0MNomi5vvrua9+S2zzoTOtyVp4YsqO8=";
  };

  nativeBuildInputs = [