about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2023-08-29 22:36:07 +0200
committerGitHub <noreply@github.com>2023-08-29 22:36:07 +0200
commitfbc8dd50d62f11dec39f77430923ce4eff2e72a7 (patch)
treee1ed28181089596d286408b6bc749c39be149c25 /pkgs/applications/audio
parent55c8f51af5edeaa4d568df15e206601d233e8d33 (diff)
parent2012414272ad4c9816b00c3fd71aaa424c7d1966 (diff)
downloadnixlib-fbc8dd50d62f11dec39f77430923ce4eff2e72a7.tar
nixlib-fbc8dd50d62f11dec39f77430923ce4eff2e72a7.tar.gz
nixlib-fbc8dd50d62f11dec39f77430923ce4eff2e72a7.tar.bz2
nixlib-fbc8dd50d62f11dec39f77430923ce4eff2e72a7.tar.lz
nixlib-fbc8dd50d62f11dec39f77430923ce4eff2e72a7.tar.xz
nixlib-fbc8dd50d62f11dec39f77430923ce4eff2e72a7.tar.zst
nixlib-fbc8dd50d62f11dec39f77430923ce4eff2e72a7.zip
Merge pull request #251150 from kashw2/giada
giada: 0.24.0 -> 0.25.1
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/giada/default.nix18
1 files changed, 4 insertions, 14 deletions
diff --git a/pkgs/applications/audio/giada/default.nix b/pkgs/applications/audio/giada/default.nix
index 86cb565fa820..d2ccb6d47472 100644
--- a/pkgs/applications/audio/giada/default.nix
+++ b/pkgs/applications/audio/giada/default.nix
@@ -24,26 +24,16 @@
 
 stdenv.mkDerivation rec {
   pname = "giada";
-  version = "0.24.0";
+  version = "0.25.1";
 
   src = fetchFromGitHub {
     owner = "monocasual";
     repo = pname;
-    rev = "v${version}";
-    sha256 = "sha256-pKzc+RRW3o5vYaiGqW9/VjYZZJvr6cg1kdjP9qRkHwM=";
+    rev = version;
+    sha256 = "sha256-SW2qT+pMKTMBnkaL+Dg87tqutcLTqaY4nCeFfJjHIw4=";
     fetchSubmodules = true;
   };
 
-  patches = [
-    # Remove when updating to the next release, this PR is already merged
-    # Fix fmt type error: https://github.com/monocasual/giada/pull/635
-    (fetchpatch {
-      name = "fix-fmt-type-error.patch";
-      url = "https://github.com/monocasual/giada/commit/032af4334f6d2bb7e77a49e7aef5b4c4d696df9a.patch";
-      hash = "sha256-QuxETvBWzA1v2ifyNzlNMGfQ6XhYQF03sGZA9rBx1xU=";
-    })
-  ];
-
   env.NIX_CFLAGS_COMPILE = toString [
     "-w"
     "-Wno-error"
@@ -82,7 +72,7 @@ stdenv.mkDerivation rec {
     description = "A free, minimal, hardcore audio tool for DJs, live performers and electronic musicians";
     homepage = "https://giadamusic.com/";
     license = licenses.gpl3;
-    maintainers = with maintainers; [ ];
+    maintainers = with maintainers; [ kashw2 ];
     platforms = platforms.all;
   };
 }