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

grandorgue: 3.14.0-1 -> 3.14.1-1
This commit is contained in:
Matthias Beyer 2024-04-17 16:32:58 +02:00 committed by GitHub
commit 92430c95a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,14 +21,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "grandorgue"; pname = "grandorgue";
version = "3.14.0-1"; version = "3.14.1-1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "GrandOrgue"; owner = "GrandOrgue";
repo = pname; repo = pname;
rev = version; rev = version;
fetchSubmodules = true; fetchSubmodules = true;
hash = "sha256-bzGfc0kWlQSjvZsFlRERPjdLtemcZmsa6DsQGgBPoFo="; hash = "sha256-EyMTWsaqJX7H7aCbu5ww9tQBMwJ7BzobWMWg5Y/ZgJE=";
}; };
postPatch = '' postPatch = ''