Skip to content

Commit ff36f36

Browse files
authored
Revert "mdds: 2.1.1 -> 3.0.0" (#379839)
2 parents facc165 + 9b29c97 commit ff36f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/md/mdds/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenv.mkDerivation (finalAttrs: {
1111
pname = "mdds";
12-
version = "3.0.0";
12+
version = "2.1.1";
1313

1414
src = fetchFromGitLab {
1515
owner = "mdds";
1616
repo = "mdds";
1717
rev = finalAttrs.version;
18-
hash = "sha256-XIfrbnjY3bpnbRBnE44dQNJm3lhL0Y1Mm0sayh3T2aY=";
18+
hash = "sha256-a412LpgDiYM8TMToaUrTlHtblYS1HehzrDOwvIAAxiA=";
1919
};
2020

2121
nativeBuildInputs = [ autoreconfHook ];

0 commit comments

Comments
 (0)