Commit af427a76 authored by Bart Brouns's avatar Bart Brouns
Browse files

qdelay: 1.0.6 -> 1.0.7

parent 9a0b5314
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "qdelay";
  version = "1.0.6";
  version = "1.0.7";

  src = fetchFromGitHub {
    owner = "tiagolr";
    repo = "qdelay";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-2fu2eF1SjM1qSwKx/oEAx6EWNbNZ8VeJrtnmvxm/0yU=";
    hash = "sha256-Pnta6KyvOPKsKp9wfofc6BnBGJdV7Of6tFeTgaCTu7c=";
  };

  nativeBuildInputs = [