Skip to content

Commit b32389d

Browse files
committed
qlog: 0.39.0 -> 0.40.0
1 parent 1ca5dab commit b32389d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/radio/qlog/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616

1717
stdenv.mkDerivation rec {
1818
pname = "qlog";
19-
version = "0.39.0";
19+
version = "0.40.0";
2020

2121
src = fetchFromGitHub {
2222
owner = "foldynl";
2323
repo = "QLog";
2424
rev = "v${version}";
25-
hash = "sha256-W+Ftc97/lI49rUItVhCb9W9mxcCElED/oZxefgIDqyM=";
25+
hash = "sha256-mG2OUw1sB2bd4XiEXP5CblfpeZZNVqQ7310wepCZqbI=";
2626
fetchSubmodules = true;
2727
};
2828

0 commit comments

Comments
 (0)