pwvucontrol: 0.4.5 -> 0.4.7 (#354469)

This commit is contained in:
Masum Reza
2024-11-08 21:33:48 +05:30
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -880,7 +880,7 @@ dependencies = [
[[package]]
name = "pwvucontrol"
version = "0.4.5"
version = "0.4.7"
dependencies = [
"anyhow",
"futures",
@@ -34,13 +34,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "pwvucontrol";
version = "0.4.5";
version = "0.4.7";
src = fetchFromGitHub {
owner = "saivert";
repo = "pwvucontrol";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-s4sop1qmqPVOGX7erRfClUUcixNhi+wUY5MXSmv+zVk=";
hash = "sha256-v8xANTbaIPIAPoukP8rcVzM6NHNpS2Ej/nfdmg3Vgvg=";
};
cargoDeps = rustPlatform.importCargoLock {