Merge pull request #213340 from r-ryantm/auto-update/grandorgue

grandorgue: 3.9.4-1 -> 3.9.5-1
This commit is contained in:
Weijia Wang 2023-01-30 00:08:30 +01:00 committed by GitHub
commit ef915e95ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,14 +5,14 @@
stdenv.mkDerivation rec {
pname = "grandorgue";
version = "3.9.4-1";
version = "3.9.5-1";
src = fetchFromGitHub {
owner = "GrandOrgue";
repo = pname;
rev = version;
fetchSubmodules = true;
sha256 = "sha256-10gcVxMLhMXUblvJYLj0TTwGFl1YHI7HU3TfHXtJ+24=";
sha256 = "sha256-5OqTQBOYE6XU3BRiVwXOHrn22bVZzIIeZI8pgsWxhPw=";
};
postPatch = ''