diff options
author | Ryan Mulligan | 2020-07-19 07:41:12 -0700 |
---|---|---|
committer | GitHub | 2020-07-19 07:41:12 -0700 |
commit | 32d75d041b04221e5c28a944fe2e651c3575ca71 (patch) | |
tree | d3d2a379a657f0d1e1b47314717c172c6c356865 /pkgs/applications/audio | |
parent | 27f514ac0d250f5bfa39c2a1799b37200249a65b (diff) | |
parent | c8adba66d22703d00523cd4033aaf87d762866fc (diff) |
Merge pull request #92755 from r-ryantm/auto-update/BSEQuencer
bsequencer: 1.4.2 -> 1.6.0
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r-- | pkgs/applications/audio/bsequencer/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/bsequencer/default.nix b/pkgs/applications/audio/bsequencer/default.nix index bb45a846b1b8..37dcada961de 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.4.2"; + version = "1.6.0"; src = fetchFromGitHub { owner = "sjaehn"; repo = pname; rev = "${version}"; - sha256 = "1fz0p0ba00b7k7a8q9mxwj01jwl8xwh9a2npn00pbbdrg9zv4fdr"; + sha256 = "0w21kzq695xy4i1r6xvvh7sad5m0rlmdgc7ykmrlzfsm1252dz80"; }; nativeBuildInputs = [ pkgconfig ]; |