gmetronome: 0.4.1 -> 0.4.2

This commit is contained in:
R. Ryantm
2025-01-19 09:35:02 +00:00
parent b529daaab8
commit a0472778d3
+2 -2
View File
@@ -11,14 +11,14 @@
stdenv.mkDerivation rec {
pname = "gmetronome";
version = "0.4.1";
version = "0.4.2";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "dqpb";
repo = "gmetronome";
rev = version;
hash = "sha256-w7ziWfpaFU8KTJcCTJUsLghy4Q3cCL1Bi0TxrReiP7s=";
hash = "sha256-/UWOvVeZILDR29VjBK+mFJt1hzWcOljOr7J7+cMrKtM=";
};
nativeBuildInputs = [