airwin2rack: 2.13.0-unstable-2025-09-14 -> 2.13.0-unstable-2025-12-07

This commit is contained in:
Bart Brouns
2025-12-13 14:27:51 +01:00
parent 0b3fb4630e
commit 2ed97ba4eb
+3 -3
View File
@@ -56,7 +56,7 @@ let
vcvRackSdk = srcOnly vcv-rack;
pname = "airwin2rack";
version = "2.13.0-unstable-2025-09-14";
version = "2.13.0-unstable-2025-12-07";
in
stdenv.mkDerivation {
inherit pname;
@@ -65,8 +65,8 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "baconpaul";
repo = "airwin2rack";
rev = "fc75563323bd9d8e46b1d58d89830e0bf760f0e8";
hash = "sha256-7jCDNbGMfJBo2xvRsDYdlEKSpAiRDNm6N4jTYCu+kKs=";
rev = "a797d6c7a453006c6a08db32d7bb373ecccb572b";
hash = "sha256-+xGLVp4eR7Xb2dSEyfyHfAcoZGRSzL49l/U89N2VX+w=";
fetchSubmodules = true;
};