Merge pull request #311052 from r-ryantm/auto-update/gmetronome

gmetronome: 0.3.3 -> 0.3.4
This commit is contained in:
Aleksana 2024-05-13 23:54:27 +08:00 committed by GitHub
commit 780bc20c19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
stdenv.mkDerivation rec {
pname = "gmetronome";
version = "0.3.3";
version = "0.3.4";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "dqpb";
repo = "gmetronome";
rev = version;
hash = "sha256-ilFO1HwleWIQ51Bkzck1sm1Yu3ugqkvZrpxPOYzXydM=";
hash = "sha256-fjtdM2/LMZx0dFt78Ih4BG5+NZoocPknh5INA+2e5qk=";
};
nativeBuildInputs = [