cloudlog: 2.6.9 -> 2.6.10

This commit is contained in:
R. Ryantm 2024-04-23 05:20:53 +00:00
parent 16da38cd4f
commit ed90d4f47c

View file

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.6.9";
version = "2.6.10";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-DyBo56NS15s+t9Dl8xCC7MQAqMmZ91FYUYOV4vyJ/Yo=";
hash = "sha256-VPiv/Df4dasiYUBA6UHrxBczmGAqzhQkPrknzSYJxAE=";
};
postPatch = ''