wivrn: 26.2.1 -> 26.2.2

This commit is contained in:
R. Ryantm
2026-02-17 02:43:58 +00:00
parent b29133b148
commit b93ed471f9
+2 -2
View File
@@ -53,13 +53,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "wivrn";
version = "26.2.1";
version = "26.2.2";
src = fetchFromGitHub {
owner = "wivrn";
repo = "wivrn";
rev = "v${finalAttrs.version}";
hash = "sha256-s5SQcQ1giU1boO2W6GdzInmTD669oApLthBc3lwnHbY=";
hash = "sha256-DC+oHQLH9GlN/iDdk8XdPp1wENU5ZuZ+CC0x/wOlyYM=";
};
monado = applyPatches {