about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-09 05:44:38 -0500
committerGitHub <noreply@github.com>2020-01-09 05:44:38 -0500
commit554e020002550ff36672dfccf9666781e91afd39 (patch)
tree1f973f2c131554b440f7a802b629f43d328c9612 /pkgs/applications/audio
parent9c41b826f929149362754ec780b201f3032d1b9c (diff)
parentbd48cf570812c7c21a28302b3cc1c0bbfa41f268 (diff)
downloadnixlib-554e020002550ff36672dfccf9666781e91afd39.tar
nixlib-554e020002550ff36672dfccf9666781e91afd39.tar.gz
nixlib-554e020002550ff36672dfccf9666781e91afd39.tar.bz2
nixlib-554e020002550ff36672dfccf9666781e91afd39.tar.lz
nixlib-554e020002550ff36672dfccf9666781e91afd39.tar.xz
nixlib-554e020002550ff36672dfccf9666781e91afd39.tar.zst
nixlib-554e020002550ff36672dfccf9666781e91afd39.zip
Merge pull request #76418 from r-ryantm/auto-update/setbfree
setbfree: 0.8.10 -> 0.8.11
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/setbfree/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/setbfree/default.nix b/pkgs/applications/audio/setbfree/default.nix
index 5a90ee659478..a7500f8c6a5e 100644
--- a/pkgs/applications/audio/setbfree/default.nix
+++ b/pkgs/applications/audio/setbfree/default.nix
@@ -4,11 +4,11 @@
 
 stdenv.mkDerivation  rec {
   pname = "setbfree";
-  version = "0.8.10";
+  version = "0.8.11";
 
   src = fetchzip {
     url = "https://github.com/pantherb/setBfree/archive/v${version}.tar.gz";
-    sha256 = "1hpj8qb5mhkqm4yy8mzzrrq0ljw22y807qly90vjkg61ascyina4";
+    sha256 = "0c2wc8nkrzsy0yic4y7hjz320m3d20r8152j9dk8nsnmgjmyr2ir";
   };
 
   postPatch = ''