about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2020-05-07 10:34:40 +0100
committerGitHub <noreply@github.com>2020-05-07 10:34:40 +0100
commit4686f2ee5ef984aaebc58e848c9680ea3368f152 (patch)
tree0fb7ab929ccc951ed37f3b2cc6d4bd2f4ceb3d2c /pkgs/applications
parent6fc0c1dee13a49c45e6f3d5d4ca1553cbce79ba4 (diff)
parent1c35bcbfaa83f9009e9f83e3ddd55fe90542d03a (diff)
downloadnixlib-4686f2ee5ef984aaebc58e848c9680ea3368f152.tar
nixlib-4686f2ee5ef984aaebc58e848c9680ea3368f152.tar.gz
nixlib-4686f2ee5ef984aaebc58e848c9680ea3368f152.tar.bz2
nixlib-4686f2ee5ef984aaebc58e848c9680ea3368f152.tar.lz
nixlib-4686f2ee5ef984aaebc58e848c9680ea3368f152.tar.xz
nixlib-4686f2ee5ef984aaebc58e848c9680ea3368f152.tar.zst
nixlib-4686f2ee5ef984aaebc58e848c9680ea3368f152.zip
Merge pull request #87174 from r-ryantm/auto-update/BSEQuencer
bsequencer: 1.2.0 -> 1.4.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/bsequencer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/bsequencer/default.nix b/pkgs/applications/audio/bsequencer/default.nix
index e63124e85479..674795dca20e 100644
--- a/pkgs/applications/audio/bsequencer/default.nix
+++ b/pkgs/applications/audio/bsequencer/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "BSEQuencer";
-  version = "1.2.0";
+  version = "1.4.0";
 
   src = fetchFromGitHub {
     owner = "sjaehn";
     repo = pname;
     rev = "${version}";
-    sha256 = "08xwz5v8wrar0rx7qdr9pkpjz2k9sw6bn5glhpn6sp6453fabf8q";
+    sha256 = "1zz1cirmx4wm4im4gjdp691f2042c8d1i8np1ns71f6kqdj9ps3k";
   };
 
   nativeBuildInputs = [ pkgconfig ];