Skip to content

Commit

Permalink
Merge pull request #190971 from r-ryantm/auto-update/er-patcher
Browse files Browse the repository at this point in the history
er-patcher: 1.06-1 -> 1.06-2
  • Loading branch information
IvarWithoutBones committed Sep 14, 2022
2 parents 36c3f1f + 0e63246 commit 7f3ee0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/games/er-patcher/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

runCommandLocal "er-patcher" rec {
pname = "er-patcher";
version = "1.06-1";
version = "1.06-2";

src = fetchFromGitHub {
owner = "gurrgur";
repo = "er-patcher";
rev = "v${version}";
sha256 = "sha256-tjGvM+LNvHYX2VbVjwL404jpWWCzJ6j5jRPg/wib4e8=";
sha256 = "sha256-rFIuswn55FNVmBoDfIpG2cKxybNDaTwOeIUFFoncGF0=";
};

buildInputs = [
Expand Down

0 comments on commit 7f3ee0f

Please sign in to comment.