about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-10-16 13:39:10 +0900
committerGitHub <noreply@github.com>2023-10-16 13:39:10 +0900
commite32293d545f4cb84313e0b0da1281ae00d9a06dc (patch)
treed6757743f8693a99aeb4fa08fc924c628b0edfa8 /pkgs/applications
parent4cf226ce50fd584b52b9cc2d01f9a04be3c9e84e (diff)
parent1ad7d637ca0d2a5a73bfd3b4fdbdb44de23f9a0c (diff)
Merge pull request #261208 from r-ryantm/auto-update/giada
giada: 0.25.1 -> 0.26.0
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/giada/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/giada/default.nix b/pkgs/applications/audio/giada/default.nix
index b277175ec102c..72b1fe61296b4 100644
--- a/pkgs/applications/audio/giada/default.nix
+++ b/pkgs/applications/audio/giada/default.nix
@@ -24,13 +24,13 @@
 
 stdenv.mkDerivation rec {
   pname = "giada";
-  version = "0.25.1";
+  version = "0.26.0";
 
   src = fetchFromGitHub {
     owner = "monocasual";
     repo = pname;
     rev = version;
-    sha256 = "sha256-SW2qT+pMKTMBnkaL+Dg87tqutcLTqaY4nCeFfJjHIw4=";
+    sha256 = "sha256-q3Lu3UaEKfS7F59G6rPx+5cKcsaXk+xcdtJRIXPwVIs=";
     fetchSubmodules = true;
   };