gmetronome: 0.3.4 -> 0.4.1

This commit is contained in:
R. Ryantm
2025-01-07 00:46:47 +00:00
parent 3a4eefe5fb
commit 56221c3462
+2 -2
View File
@@ -11,14 +11,14 @@
stdenv.mkDerivation rec {
pname = "gmetronome";
version = "0.3.4";
version = "0.4.1";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "dqpb";
repo = "gmetronome";
rev = version;
hash = "sha256-fjtdM2/LMZx0dFt78Ih4BG5+NZoocPknh5INA+2e5qk=";
hash = "sha256-w7ziWfpaFU8KTJcCTJUsLghy4Q3cCL1Bi0TxrReiP7s=";
};
nativeBuildInputs = [