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

qdelay: 1.0.4 -> 1.0.5 (#478282)

parents c3aaac26 323fedbf
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.4";
  version = "1.0.5";

  src = fetchFromGitHub {
    owner = "tiagolr";
    repo = "qdelay";
    tag = "v${finalAttrs.version}";
    fetchSubmodules = true;
    hash = "sha256-6V9L8GTAHN3bzVZ00XlSwh71ZQrx4o37J8kOZtRzjC8=";
    hash = "sha256-aPWGqr87ymZSofXa4YKGC7GOE5eB7qSuy9+6OPJl1vE=";
  };

  nativeBuildInputs = [