about summary refs log tree commit diff
path: root/pkgs/applications/audio/gxplugins-lv2
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-01-21 21:08:34 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-01-21 21:08:34 +0000
commit6f87cb2be9402cea86781dc93327181c6a2c98a6 (patch)
treeb04f6fca14396efeca57cf242eba5bc9421851ce /pkgs/applications/audio/gxplugins-lv2
parent4e9efbd52a507b91e356e2f2a0f3bcc354c38a96 (diff)
gxplugins-lv2: 0.9 -> 1.0
Diffstat (limited to 'pkgs/applications/audio/gxplugins-lv2')
-rw-r--r--pkgs/applications/audio/gxplugins-lv2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/gxplugins-lv2/default.nix b/pkgs/applications/audio/gxplugins-lv2/default.nix
index 5e8747f765669..847096c38816f 100644
--- a/pkgs/applications/audio/gxplugins-lv2/default.nix
+++ b/pkgs/applications/audio/gxplugins-lv2/default.nix
@@ -2,13 +2,13 @@
 
 stdenv.mkDerivation rec {
   pname = "GxPlugins.lv2";
-  version = "0.9";
+  version = "1.0";
 
   src = fetchFromGitHub {
     owner = "brummer10";
     repo = pname;
     rev = "v${version}";
-    sha256 = "02fksl8wr443ygwgcd1c2zab8kp67a6ps12k71ysqx7szv4zq877";
+    sha256 = "sha256-NvmFoOAQtAnKrZgzG1Shy1HuJEWgjJloQEx6jw59hag=";
     fetchSubmodules = true;
   };