about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-01-19 13:31:15 -0500
committerGitHub <noreply@github.com>2020-01-19 13:31:15 -0500
commit536fb1e1af2b8895407353f25a8c34122a7ba68f (patch)
treeae0116c4f6033434281b3d3254af732f02cefd28 /pkgs
parentd196b364df6947d6fcc5003f8b0779ea20e89d22 (diff)
parentb7be10eead5663c8ea4d420597cf7e94739c2907 (diff)
downloadnixlib-536fb1e1af2b8895407353f25a8c34122a7ba68f.tar
nixlib-536fb1e1af2b8895407353f25a8c34122a7ba68f.tar.gz
nixlib-536fb1e1af2b8895407353f25a8c34122a7ba68f.tar.bz2
nixlib-536fb1e1af2b8895407353f25a8c34122a7ba68f.tar.lz
nixlib-536fb1e1af2b8895407353f25a8c34122a7ba68f.tar.xz
nixlib-536fb1e1af2b8895407353f25a8c34122a7ba68f.tar.zst
nixlib-536fb1e1af2b8895407353f25a8c34122a7ba68f.zip
Merge pull request #77966 from magnetophon/distrho
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 0d2858713eba..53d5330fb741 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 = ''