wivrn: 25.6 -> 25.6.1 (#421505)

Co-authored-by: ImSapphire <imsapphire0@gmail.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-01 18:02:09 +00:00
committed by GitHub
co-authored by ImSapphire
+2 -2
View File
@@ -51,13 +51,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "wivrn";
version = "25.6";
version = "25.6.1";
src = fetchFromGitHub {
owner = "wivrn";
repo = "wivrn";
rev = "v${finalAttrs.version}";
hash = "sha256-opl1zPQrdOMgDY0rYZccNNRpgba6FQZMHxvgKNS7svM=";
hash = "sha256-DqgayLXI+RPIb8tLzJoHi+Z12px4pdzU50C0UBSa2u4=";
};
monado = applyPatches {