about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-09-01 23:16:47 +0200
committerGitHub <noreply@github.com>2023-09-01 23:16:47 +0200
commitbd321440d817908f08ae411883fdf01712371a62 (patch)
tree0fe1609d8ce8d3e57f7630cd915a01558b3538e9 /pkgs/applications/audio
parent82c129d7774e2e62ea3809ba61d97c5a7be491fb (diff)
parent6da3f103e3cfc49c988ced224e0754cd813b8069 (diff)
Merge pull request #252490 from kashw2/bchoppr
bchoppr: 1.12.2 -> 1.12.6
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/bchoppr/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/audio/bchoppr/default.nix b/pkgs/applications/audio/bchoppr/default.nix
index e6aaeb1291588..1d1afc0dd940c 100644
--- a/pkgs/applications/audio/bchoppr/default.nix
+++ b/pkgs/applications/audio/bchoppr/default.nix
@@ -2,13 +2,14 @@
 
 stdenv.mkDerivation rec {
   pname = "bchoppr";
-  version = "1.12.2";
+  version = "1.12.6";
 
   src = fetchFromGitHub {
     owner = "sjaehn";
     repo = pname;
     rev = version;
-    sha256 = "sha256-P6sbxhgnlek1IJ4i9yTe/3g/2C8oLPKXI3zbLdswvl8=";
+    sha256 = "sha256-/aLoLUpWu66VKd9lwjli+FZZctblrZUPSEsdYH85HwQ=";
+    fetchSubmodules = true;
   };
 
   nativeBuildInputs = [ pkg-config ];