cloudlog: 2.4 -> 2.4.1

This commit is contained in:
Matt Melling 2023-04-06 17:29:17 +01:00
parent a50962e4c4
commit 6e5ce48553
No known key found for this signature in database
GPG key ID: 6D94F6DB60A64FFE

View file

@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.4";
version = "2.4.1";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
sha256 = "sha256-aF1f6EmlcUgZOkHJgrW6P923QW56vWMH8CZ4cnYiiSk=";
sha256 = "sha256-tFerQJhe/FemtOaP56b2XhLtXH2a8CRT2E69v/77Qz0=";
};
postPath = ''