summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBart Brouns <bart@magnetophon.nl>2020-01-14 00:48:11 +0100
committerBart Brouns <bart@magnetophon.nl>2020-01-19 17:46:33 +0100
commitb7be10eead5663c8ea4d420597cf7e94739c2907 (patch)
treed48fdb1eeadb8a835a960a62e9bba5ae520a4167 /pkgs
parentc438ce12a858f24c1a2479213eaab751da45fa50 (diff)
downloadnixpkgs-b7be10eead5663c8ea4d420597cf7e94739c2907.tar
nixpkgs-b7be10eead5663c8ea4d420597cf7e94739c2907.tar.gz
nixpkgs-b7be10eead5663c8ea4d420597cf7e94739c2907.tar.bz2
nixpkgs-b7be10eead5663c8ea4d420597cf7e94739c2907.tar.lz
nixpkgs-b7be10eead5663c8ea4d420597cf7e94739c2907.tar.xz
nixpkgs-b7be10eead5663c8ea4d420597cf7e94739c2907.tar.zst
nixpkgs-b7be10eead5663c8ea4d420597cf7e94739c2907.zip
distrho: 2018-04-16 -> unstable-2019-10-09
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/audio/distrho/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/distrho/default.nix b/pkgs/applications/audio/distrho/default.nix
index 0d2858713eb..53d5330fb74 100644
--- a/pkgs/applications/audio/distrho/default.nix
+++ b/pkgs/applications/audio/distrho/default.nix
@@ -9,13 +9,13 @@ let
               else "linux";
 in stdenv.mkDerivation rec {
   pname = "distrho-ports";
-  version = "2018-04-16";
+  version = "unstable-2019-10-09";
 
   src = fetchFromGitHub {
     owner = "DISTRHO";
     repo = "DISTRHO-Ports";
-    rev = version;
-    sha256 = "0l4zwl4mli8jzch32a1fh7c88r9q17xnkxsdw17ds5hadnxlk12v";
+    rev = "7e62235e809e59770d0d91d2c48c3f50ce7c027a";
+    sha256 = "10hpsjcmk0cgcsic9r1wxyja9x6q9wb8w8254dlrnzyswl54r1f8";
   };
 
   configurePhase = ''