Unverified Commit 9b5a2912 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

qdmr: 0.13.3 -> 0.14.0 (#503743)

parents c39b6b88 1853b925
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "qdmr";
  version = "0.13.3";
  version = "0.14.0";

  src = fetchFromGitHub {
    owner = "hmatuschek";
    repo = "qdmr";
    rev = "v${finalAttrs.version}";
    hash = "sha256-Nw5B0vbYlGkH/8SAAT4DdTp2qiiLst3hWV4n6uF7oUo=";
    hash = "sha256-9YYMU64AWBp3YAyWEQiER0lH8OeI7AczEztw6UHqmOE=";
  };

  nativeBuildInputs = [