Merge pull request #270733 from mattmelling/cloudlog-2.5.2

cloudlog: 2.5.1 -> 2.5.2

authored by Mario Rodas and committed by GitHub d11eed40 caa32ccb

+2 -2
+2 -2
pkgs/applications/radio/cloudlog/default.nix
··· 8 8 9 9 stdenvNoCC.mkDerivation rec { 10 10 pname = "cloudlog"; 11 - version = "2.5.1"; 11 + version = "2.5.2"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "magicbug"; 15 15 repo = "Cloudlog"; 16 16 rev = version; 17 - hash = "sha256-wFtMMphHz8JBX4hpgD85wn4G7Qs4/nwRcrW12A1tQm4="; 17 + hash = "sha256-0l4/isk2DKZ0HBxeuUN+RqB3o/3fWdhFSFCnQ2OiO6Y="; 18 18 }; 19 19 20 20 postPatch = ''