summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/audio/grandorgue/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/grandorgue/default.nix')
-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 b2e5acd5e829..54bd0cad3593 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-1";
+ version = "3.14.1-1";
src = fetchFromGitHub {
owner = "GrandOrgue";
repo = pname;
rev = version;
fetchSubmodules = true;
- hash = "sha256-bzGfc0kWlQSjvZsFlRERPjdLtemcZmsa6DsQGgBPoFo=";
+ hash = "sha256-EyMTWsaqJX7H7aCbu5ww9tQBMwJ7BzobWMWg5Y/ZgJE=";
};
postPatch = ''