wivrn: 0.23.2 -> 0.24 (#396602)

This commit is contained in:
Peder Bergebakken Sundt
2025-04-19 04:11:17 +02:00
committed by GitHub
+2 -2
View File
@@ -77,13 +77,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "wivrn";
version = "0.23.2";
version = "0.24";
src = fetchFromGitHub {
owner = "wivrn";
repo = "wivrn";
rev = "v${finalAttrs.version}";
hash = "sha256-KpsS0XssSnE2Fj5rrXq1h+yNHhF7BzfPxwRUhZUZEaw=";
hash = "sha256-0F+JHhVT/Axo+ycoh/qCL/jVncD+GrcuvYrxKE+UFGc=";
};
monado = applyPatches {