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

pvz-portable-unwrapped: 0.1.21 -> 0.1.22 (#514856)

parents 91546769 119b8aff
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.21";
  version = "0.1.22";

  src = fetchFromGitHub {
    owner = "wszqkzqk";
    repo = "PvZ-Portable";
    tag = finalAttrs.version;
    hash = "sha256-4CtO62cwNzQ32DE70F8kKFHy7tOsRLpDsgyrBS00C/g=";
    hash = "sha256-H+YY2jTnsbnPzRhiOBqzzkVNJsFzoT6hMZpOTnB5mtA=";
  };

  nativeBuildInputs = [