cloudlog: 2.4.8 -> 2.4.9

This commit is contained in:
Matt Melling 2023-09-16 21:32:12 +01:00
parent 46688f8eb5
commit 04114d34a6
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.4.8";
version = "2.4.9";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
sha256 = "sha256-LY8kTZooBzwrrruCjwdiNhxjrmIDV4N2HcfhbSSe6o4=";
sha256 = "sha256-sygkddnSou1U2ZEwNhKvHCkFEl91pYSYOjbKPLqgGj4=";
};
postPath = ''