pwvucontrol: 0.4.9 -> 0.5.1

Diff: https://github.com/saivert/pwvucontrol/compare/0.4.9...0.5.1
This commit is contained in:
Guanran Wang
2025-10-23 14:51:49 +08:00
parent 29dd78a61e
commit eacb4ac5f0
+3 -3
View File
@@ -43,18 +43,18 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "pwvucontrol";
version = "0.4.9";
version = "0.5.1";
src = fetchFromGitHub {
owner = "saivert";
repo = "pwvucontrol";
tag = finalAttrs.version;
hash = "sha256-fmEXVUz3SerVgWijT/CAoelSUzq861AkBVjP5qwS0ao=";
hash = "sha256-21TBVDzjrBzNIPkAURGs2ngI8Vj6o/RL3Ael4wwE2Lk=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-oQSH4P9WxvkXZ53KM5ZoRAZyQFt60Zz7guBbgT1iiBk=";
hash = "sha256-FrPpLbfqM/DtjYu20pwr1AMUHaAuTEt60I3JlFZO4RI=";
};
postPatch = ''