prmers: 4.15.78-alpha -> 4.15.85-alpha

This commit is contained in:
R. Ryantm
2026-02-12 16:16:39 +00:00
parent 91e72fc5a3
commit 57c09bf1f3
+2 -2
View File
@@ -12,13 +12,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "prmers";
version = "4.15.78-alpha";
version = "4.15.85-alpha";
src = fetchFromGitHub {
owner = "cherubrock-seb";
repo = "PrMers";
tag = "v${finalAttrs.version}";
hash = "sha256-zTYc8V+d44W0H88ISLp8pQmg8Q//Ym2VFw5I3qO2V6I=";
hash = "sha256-3WcEK02sRIMNPgoVn+3WKRWS/5LRTE1HdsJG3jlU7IA=";
};
enableParallelBuilding = true;