Unverified Commit f66cbf3e authored by 0x4A6F's avatar 0x4A6F Committed by GitHub
Browse files

Merge pull request #329799 from r-ryantm/auto-update/qdmr

qdmr: 0.11.3 -> 0.12.0
parents be405514 00cc3c43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@ in

stdenv.mkDerivation rec {
  pname = "qdmr";
  version = "0.11.3";
  version = "0.12.0";

  src = fetchFromGitHub {
    owner = "hmatuschek";
    repo = "qdmr";
    rev = "v${version}";
    hash = "sha256-YLGsKGcKIPd0ihd5IzlT71dYkxZfeH7BpnKQMEyY8dI=";
    hash = "sha256-8NV0+M9eMcvkP3UERDkaimbapTKxB4rYRLbHZjzG4Ws=";
  };

  nativeBuildInputs = [