cloudlog: 2.5.2 -> 2.6.2

This commit is contained in:
R. Ryantm 2024-01-06 13:40:17 +00:00
parent 338a8dc6c1
commit e5fa724a85

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.5.2";
version = "2.6.2";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-0l4/isk2DKZ0HBxeuUN+RqB3o/3fWdhFSFCnQ2OiO6Y=";
hash = "sha256-1V3btXYozgT22KiihZgUiZIktV2Y7IXJgoq7bn16ikk=";
};
postPatch = ''