Skip to content

Commit e60f521

Browse files
authored
pwvucontrol: 0.4.5 -> 0.4.7 (#354469)
2 parents 89fd5bc + b8e5867 commit e60f521

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkgs/applications/audio/pwvucontrol/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/applications/audio/pwvucontrol/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ let
3434
in
3535
stdenv.mkDerivation (finalAttrs: {
3636
pname = "pwvucontrol";
37-
version = "0.4.5";
37+
version = "0.4.7";
3838

3939
src = fetchFromGitHub {
4040
owner = "saivert";
4141
repo = "pwvucontrol";
4242
rev = "refs/tags/${finalAttrs.version}";
43-
hash = "sha256-s4sop1qmqPVOGX7erRfClUUcixNhi+wUY5MXSmv+zVk=";
43+
hash = "sha256-v8xANTbaIPIAPoukP8rcVzM6NHNpS2Ej/nfdmg3Vgvg=";
4444
};
4545

4646
cargoDeps = rustPlatform.importCargoLock {

0 commit comments

Comments
 (0)