summary refs log tree commit diff
diff options
context:
space:
mode:
authorlom <legendofmiracles@protonmail.com>2022-05-10 20:32:53 -0600
committerlom <legendofmiracles@protonmail.com>2022-05-10 20:32:53 -0600
commit274c7e0f5eecf0ea87cab931189a8d2f1c8b3fe7 (patch)
tree8df55c86534bdc92cd2a0f2ffd788454649c5820
parent1b8121a715bd23761a1d42cc35fe137447227713 (diff)
downloadnixpkgs-274c7e0f5eecf0ea87cab931189a8d2f1c8b3fe7.tar
nixpkgs-274c7e0f5eecf0ea87cab931189a8d2f1c8b3fe7.tar.gz
nixpkgs-274c7e0f5eecf0ea87cab931189a8d2f1c8b3fe7.tar.bz2
nixpkgs-274c7e0f5eecf0ea87cab931189a8d2f1c8b3fe7.tar.lz
nixpkgs-274c7e0f5eecf0ea87cab931189a8d2f1c8b3fe7.tar.xz
nixpkgs-274c7e0f5eecf0ea87cab931189a8d2f1c8b3fe7.tar.zst
nixpkgs-274c7e0f5eecf0ea87cab931189a8d2f1c8b3fe7.zip
noisetorch: 0.11.4 -> 0.11.5
-rw-r--r--pkgs/applications/audio/noisetorch/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/noisetorch/default.nix b/pkgs/applications/audio/noisetorch/default.nix
index b18f2b52f94..d08991a916b 100644
--- a/pkgs/applications/audio/noisetorch/default.nix
+++ b/pkgs/applications/audio/noisetorch/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "NoiseTorch";
-  version = "0.11.4";
+  version = "0.11.5";
 
   src = fetchFromGitHub {
     owner = "lawl";
     repo = "NoiseTorch";
     rev = version;
-    sha256 = "sha256-3+Yk7dqD7eyvd1I5CMmrg085ZtFxD2EnGqL5ttwx8eM=";
+    sha256 = "sha256-j/6XB3vA5LvTuCxmeB0HONqEDzYg210AWW/h3nCGOD8=";
   };
 
   vendorSha256 = null;