cloudlog: 2.6.2 -> 2.6.3

This commit is contained in:
R. Ryantm 2024-01-28 03:58:22 +00:00
parent d275de7163
commit 3dcf379831

View file

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.6.2";
version = "2.6.3";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-1V3btXYozgT22KiihZgUiZIktV2Y7IXJgoq7bn16ikk=";
hash = "sha256-axulZxMSgpBtF2cUCUWiVdiEOAalvo6RNtG4xpEmC7o=";
};
postPatch = ''