er-patcher: 1.06-2 -> 1.06-3

This commit is contained in:
R. Ryantm 2023-01-23 11:37:36 +00:00
parent c5c7778f09
commit 406cf6373f

View file

@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec { stdenvNoCC.mkDerivation rec {
pname = "er-patcher"; pname = "er-patcher";
version = "1.06-2"; version = "1.06-3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "gurrgur"; owner = "gurrgur";
repo = "er-patcher"; repo = "er-patcher";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-rFIuswn55FNVmBoDfIpG2cKxybNDaTwOeIUFFoncGF0="; sha256 = "sha256-w/5cXxY4ua5Xo1BSz3MYRV+SdvVGFAx53KMIORS1uWE=";
}; };
buildInputs = [ buildInputs = [