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

qdmr: 0.13.1 -> 0.13.2 (#466713)

parents 9027dd3c 32d5f724
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@ in

stdenv.mkDerivation rec {
  pname = "qdmr";
  version = "0.13.1";
  version = "0.13.2";

  src = fetchFromGitHub {
    owner = "hmatuschek";
    repo = "qdmr";
    rev = "v${version}";
    hash = "sha256-Vz7di9VwrvtSCea3pipSCEw9pHfRv9lJn9jKzboyh6E=";
    hash = "sha256-aSnp4bC9tl9qIQ65RLMiPAEJg49S/U39TnSmLJ9Tcpc=";
  };

  nativeBuildInputs = [