summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorSebastian Sellmeier <mail@sebastian-sellmeier.de>2021-05-13 18:13:43 +0200
committerSebastian Sellmeier <mail@sebastian-sellmeier.de>2021-05-13 18:13:43 +0200
commit82d15384469357d05f864cc5df3ee45fc7125346 (patch)
tree61c7adc0d3876fd06c8802d657949e612a814b5d /pkgs/tools/audio
parent1a0d37a68320d606fee390eeb5d3989a55e97910 (diff)
downloadnixpkgs-82d15384469357d05f864cc5df3ee45fc7125346.tar
nixpkgs-82d15384469357d05f864cc5df3ee45fc7125346.tar.gz
nixpkgs-82d15384469357d05f864cc5df3ee45fc7125346.tar.bz2
nixpkgs-82d15384469357d05f864cc5df3ee45fc7125346.tar.lz
nixpkgs-82d15384469357d05f864cc5df3ee45fc7125346.tar.xz
nixpkgs-82d15384469357d05f864cc5df3ee45fc7125346.tar.zst
nixpkgs-82d15384469357d05f864cc5df3ee45fc7125346.zip
volctl: 0.8.0 -> 0.8.2
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/volctl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/audio/volctl/default.nix b/pkgs/tools/audio/volctl/default.nix
index d05257f1d08..d764644bab1 100644
--- a/pkgs/tools/audio/volctl/default.nix
+++ b/pkgs/tools/audio/volctl/default.nix
@@ -2,13 +2,13 @@
 
 python3Packages.buildPythonApplication rec {
   pname = "volctl";
-  version = "0.8.0";
+  version = "0.8.2";
 
   src = fetchFromGitHub {
     owner = "buzz";
     repo = pname;
     rev = "v${version}";
-    sha256 = "02scfscf4mdrphzrd7cbwbhpig9bhvaws8qk4zc81z8vvf3mcfv2";
+    sha256 = "1cx27j83pz2qffnzb85fbl1x6pp3irv1kbw7g1hri7kaw6ky4xiz";
   };
 
   postPatch = ''