cloudlog: 2.5.1 -> 2.5.2

This commit is contained in:
Matt Melling 2023-11-28 20:55:28 +00:00
parent 45827faa21
commit ce95d59281
No known key found for this signature in database
GPG Key ID: 6D94F6DB60A64FFE

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.5.1";
version = "2.5.2";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-wFtMMphHz8JBX4hpgD85wn4G7Qs4/nwRcrW12A1tQm4=";
hash = "sha256-0l4/isk2DKZ0HBxeuUN+RqB3o/3fWdhFSFCnQ2OiO6Y=";
};
postPatch = ''