wineasio: 1.2.0 -> 1.3.0

This commit is contained in:
R. Ryantm 2025-07-27 13:42:26 +00:00 committed by Weijia Wang
parent 8b69a64217
commit 429be34fbe

View File

@ -10,13 +10,13 @@
multiStdenv.mkDerivation rec { multiStdenv.mkDerivation rec {
pname = "wineasio"; pname = "wineasio";
version = "1.2.0"; version = "1.3.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "wineasio"; owner = "wineasio";
repo = "wineasio"; repo = "wineasio";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-d5BGJAkaM5XZXyqm6K/UzFE4sD6QVHHGnLi1bcHxiaM="; hash = "sha256-Yw07XBzllbZ7l1XZcCvEaxZieaHLVxM5cmBM+HAjtQ4=";
fetchSubmodules = true; fetchSubmodules = true;
}; };