cloudlog: 2.4.1 -> 2.4.2

This commit is contained in:
R. Ryantm 2023-05-14 11:58:27 +00:00
parent b3e5f58289
commit bc4e328875

View File

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