er-patcher: 1.12-1 -> 1.12-2

This commit is contained in:
R. Ryantm 2024-06-27 05:27:54 +00:00
parent db4c8df48c
commit 03af74117e

View File

@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "er-patcher"; pname = "er-patcher";
version = "1.12-1"; version = "1.12-2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gurrgur"; owner = "gurrgur";
repo = "er-patcher"; repo = "er-patcher";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-IN7JKaPexc6XLOymBWKbwtjhIlSEy3NhXoPpLiIc7qY="; sha256 = "sha256-C+QtPpvEuYAYxYGs2lbYLaYkDge6r0RNCISglkQpjEQ=";
}; };
buildInputs = [ buildInputs = [