about summary refs log tree commit diff
path: root/pkgs/applications/audio/hydrogen
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-12-07 04:19:46 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-12-07 04:19:46 +0000
commitde054ea38dea0b703ccf1b3b47fd6587c6e8a4fe (patch)
tree39a941bac02c7b2cc962c6de273a8b226c3a7ef8 /pkgs/applications/audio/hydrogen
parent2853aa3477c771e19917c39077c2176b6789fa93 (diff)
hydrogen: 1.1.0 -> 1.1.1
Diffstat (limited to 'pkgs/applications/audio/hydrogen')
-rw-r--r--pkgs/applications/audio/hydrogen/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/hydrogen/default.nix b/pkgs/applications/audio/hydrogen/default.nix
index 842d2ad93fa46..694734e36f4a8 100644
--- a/pkgs/applications/audio/hydrogen/default.nix
+++ b/pkgs/applications/audio/hydrogen/default.nix
@@ -5,13 +5,13 @@
 
 stdenv.mkDerivation rec {
   pname = "hydrogen";
-  version = "1.1.0";
+  version = "1.1.1";
 
   src = fetchFromGitHub {
     owner = "hydrogen-music";
     repo = pname;
     rev = version;
-    sha256 = "sha256-G+7vTUxYiPNKJ0Qxf/E/t0d6vC/lDs9vNfSbvUXTQgI=";
+    sha256 = "sha256-to24PB9cs4vun93uXEWNVsmSLFRuLGfC4hCh7+mbvIo=";
   };
 
   nativeBuildInputs = [ cmake pkg-config wrapQtAppsHook ];