qlog: 0.37.2 -> 0.38.0 (#338236)

authored by Maciej Krüger and committed by GitHub cd652116 151889cd

+2 -2
+2 -2
pkgs/applications/radio/qlog/default.nix
··· 16 17 stdenv.mkDerivation rec { 18 pname = "qlog"; 19 - version = "0.37.2"; 20 21 src = fetchFromGitHub { 22 owner = "foldynl"; 23 repo = "QLog"; 24 rev = "v${version}"; 25 - hash = "sha256-cphbM9dl+Ls2i3H5QjOugW0nXqa9bp5LpcnE9ACjqWM="; 26 fetchSubmodules = true; 27 }; 28
··· 16 17 stdenv.mkDerivation rec { 18 pname = "qlog"; 19 + version = "0.38.0"; 20 21 src = fetchFromGitHub { 22 owner = "foldynl"; 23 repo = "QLog"; 24 rev = "v${version}"; 25 + hash = "sha256-C9kXntcCUaEl/S1ypZrU0ZPfaJbzg6/aXJSC+TREmhc="; 26 fetchSubmodules = true; 27 }; 28