mdds: 2.1.1 -> 3.0.0

This commit is contained in:
R. Ryantm
2025-02-03 12:28:38 +00:00
parent 6319929dc6
commit 4b8dce3999
+2 -2
View File
@@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mdds";
version = "2.1.1";
version = "3.0.0";
src = fetchFromGitLab {
owner = "mdds";
repo = "mdds";
rev = finalAttrs.version;
hash = "sha256-a412LpgDiYM8TMToaUrTlHtblYS1HehzrDOwvIAAxiA=";
hash = "sha256-XIfrbnjY3bpnbRBnE44dQNJm3lhL0Y1Mm0sayh3T2aY=";
};
nativeBuildInputs = [ autoreconfHook ];