Merge pull request #212583 from NixOS/revert-212261-auto-update/mdds

Revert "mdds: 2.0.3 -> 2.1.0"
This commit is contained in:
Weijia Wang 2023-01-25 12:40:24 +01:00 committed by GitHub
commit 051bc5ea27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "mdds";
version = "2.1.0";
version = "2.0.3";
src = fetchFromGitLab {
owner = "mdds";
repo = "mdds";
rev = finalAttrs.version;
hash = "sha256-RZ2wGwle4raWlogc5X+VEeriPGS0Nqs7CWGENFEotvs=";
hash = "sha256-Y9uBJKM34UTEj/3c1w69QHhvwFcMNlAohEco0O0B+xI=";
};
nativeBuildInputs = [ autoreconfHook ];