prmers: 4.15.85-alpha -> 4.16.07-alpha

This commit is contained in:
R. Ryantm
2026-02-27 20:13:16 +00:00
parent ce1584c6c4
commit a146089422
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "prmers";
version = "4.15.85-alpha";
version = "4.16.07-alpha";
src = fetchFromGitHub {
owner = "cherubrock-seb";
repo = "PrMers";
tag = "v${finalAttrs.version}";
hash = "sha256-3WcEK02sRIMNPgoVn+3WKRWS/5LRTE1HdsJG3jlU7IA=";
hash = "sha256-PbIC2fpTsTFEqxYgG9AWaa2Y2sNbb+bljtR5dE958pY=";
};
enableParallelBuilding = true;