wineasio: 1.2.0 -> 1.3.0 (#428840)

This commit is contained in:
Wolfgang Walther
2025-08-14 13:31:36 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@
multiStdenv.mkDerivation rec {
pname = "wineasio";
version = "1.2.0";
version = "1.3.0";
src = fetchFromGitHub {
owner = "wineasio";
repo = "wineasio";
tag = "v${version}";
hash = "sha256-d5BGJAkaM5XZXyqm6K/UzFE4sD6QVHHGnLi1bcHxiaM=";
hash = "sha256-Yw07XBzllbZ7l1XZcCvEaxZieaHLVxM5cmBM+HAjtQ4=";
fetchSubmodules = true;
};