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

qdelay: 1.0.8 -> 1.1.0 (#491974)

parents 0babf016 775bbc38
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,14 +23,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "qdelay";
  version = "1.0.8";
  version = "1.1.0";

  src = fetchFromGitHub {
    owner = "tiagolr";
    repo = "qdelay";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-URBbXopXB3pm5vJ9Afa9H3upYdfqgT/NhujgPL54NV4=";
    hash = "sha256-hGUZhnA+aix17hTJZ9hE+W+5HEhI9IMYk05avzFaKAg=";
  };

  nativeBuildInputs = [