Unverified Commit 051bc5ea authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

Revert "mdds: 2.0.3 -> 2.1.0"
parents 97e8a127 87ee5405
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 ];