about summary refs log tree commit diff
path: root/pkgs/applications/audio/grandorgue
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-29 14:25:35 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-29 14:25:35 +0000
commit45bc53b654bd6586bc8441b38bb061d1472b25f3 (patch)
treebde6322fd3c287fb1cf14e520ed42479fe823400 /pkgs/applications/audio/grandorgue
parented8d50fbfc4ef0d559c62d3ee3d40e6067c1524b (diff)
grandorgue: 3.14.0 -> 3.14.0-1
Diffstat (limited to 'pkgs/applications/audio/grandorgue')
-rw-r--r--pkgs/applications/audio/grandorgue/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/grandorgue/default.nix b/pkgs/applications/audio/grandorgue/default.nix
index 6ca3f39a9dc08..b2e5acd5e829d 100644
--- a/pkgs/applications/audio/grandorgue/default.nix
+++ b/pkgs/applications/audio/grandorgue/default.nix
@@ -21,14 +21,14 @@
 
 stdenv.mkDerivation rec {
   pname = "grandorgue";
-  version = "3.14.0";
+  version = "3.14.0-1";
 
   src = fetchFromGitHub {
     owner = "GrandOrgue";
     repo = pname;
     rev = version;
     fetchSubmodules = true;
-    hash = "sha256-kPz11V2yNmBe80egNLYxh/m2B1nDca3C5sGbEnrkqnw=";
+    hash = "sha256-bzGfc0kWlQSjvZsFlRERPjdLtemcZmsa6DsQGgBPoFo=";
   };
 
   postPatch = ''