Skip to content

Commit cd65211

Browse files
authored
qlog: 0.37.2 -> 0.38.0 (#338236)
2 parents 151889c + 0d5bd8c commit cd65211

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.37.2";
19+
version = "0.38.0";
2020

2121
src = fetchFromGitHub {
2222
owner = "foldynl";
2323
repo = "QLog";
2424
rev = "v${version}";
25-
hash = "sha256-cphbM9dl+Ls2i3H5QjOugW0nXqa9bp5LpcnE9ACjqWM=";
25+
hash = "sha256-C9kXntcCUaEl/S1ypZrU0ZPfaJbzg6/aXJSC+TREmhc=";
2626
fetchSubmodules = true;
2727
};
2828

0 commit comments

Comments
 (0)