wivrn: 26.6.1 -> 26.6.2

This commit is contained in:
Sapphire
2026-07-14 12:22:04 -05:00
parent 1bfc52137a
commit 3e897f9978
+2 -2
View File
@@ -56,13 +56,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "wivrn";
version = "26.6.1";
version = "26.6.2";
src = fetchFromGitHub {
owner = "wivrn";
repo = "wivrn";
rev = "v${finalAttrs.version}";
hash = "sha256-eXU7hYLYchAb6AbCyINfTmOp0NdxK35Kg9tcid2ucg4=";
hash = "sha256-5e0XeP5DCdVrSQeDgNuCZP5McRbwybnpKuJw9cxHNPI=";
};
monado = applyPatches {