grandorgue: 3.15.2-1 -> 3.15.3-1 (#362659)

This commit is contained in:
Weijia Wang
2024-12-18 04:51:45 +01:00
committed by GitHub
@@ -21,14 +21,14 @@
stdenv.mkDerivation rec {
pname = "grandorgue";
version = "3.15.2-1";
version = "3.15.3-1";
src = fetchFromGitHub {
owner = "GrandOrgue";
repo = "grandorgue";
rev = version;
fetchSubmodules = true;
hash = "sha256-U0DAWCzhXqdL2klSFQjnLiWp7yTdw/n0dmNUJSAg/5c=";
hash = "sha256-ljPVbbqRy1hlzKaZ6XK99s2EWwITz+P5jETQPb/tyuw=";
};
patches = [ ./darwin-fixes.patch ];