Merge pull request #225351 from mattmelling/cloudlog-2.4.1

cloudlog: 2.4 -> 2.4.1
This commit is contained in:
Mario Rodas 2023-04-09 06:50:32 -05:00 committed by GitHub
commit 568be337df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''