Skip to content

Commit d17f8ac

Browse files
qdelay: 1.0.4 -> 1.0.5 (#478282)
2 parents c3aaac2 + 323fedb commit d17f8ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/qd/qdelay/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020

2121
stdenv.mkDerivation (finalAttrs: {
2222
pname = "qdelay";
23-
version = "1.0.4";
23+
version = "1.0.5";
2424

2525
src = fetchFromGitHub {
2626
owner = "tiagolr";
2727
repo = "qdelay";
2828
tag = "v${finalAttrs.version}";
2929
fetchSubmodules = true;
30-
hash = "sha256-6V9L8GTAHN3bzVZ00XlSwh71ZQrx4o37J8kOZtRzjC8=";
30+
hash = "sha256-aPWGqr87ymZSofXa4YKGC7GOE5eB7qSuy9+6OPJl1vE=";
3131
};
3232

3333
nativeBuildInputs = [

0 commit comments

Comments
 (0)