pwvucontrol: 0.4.8 -> 0.4.9

Diff: https://github.com/saivert/pwvucontrol/compare/refs/tags/0.4.8...0.4.9
This commit is contained in:
Guanran Wang
2025-03-20 09:25:55 +05:30
committed by Masum Reza
parent cac23dd911
commit 32e152a752
+3 -3
View File
@@ -43,18 +43,18 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "pwvucontrol";
version = "0.4.8";
version = "0.4.9";
src = fetchFromGitHub {
owner = "saivert";
repo = "pwvucontrol";
tag = finalAttrs.version;
hash = "sha256-E3UfZO0R6WGeUffgGQ2ceHiG4hwIuFntTdCpojaWL8E=";
hash = "sha256-fmEXVUz3SerVgWijT/CAoelSUzq861AkBVjP5qwS0ao=";
};
cargoDeps = rustPlatform.fetchCargoVendor {
inherit (finalAttrs) pname version src;
hash = "sha256-uaRpaiVjxc0j4oDbmmwt8SPS7O7hWzoYO62jLYzHl1c=";
hash = "sha256-oQSH4P9WxvkXZ53KM5ZoRAZyQFt60Zz7guBbgT1iiBk=";
};
nativeBuildInputs = [