cloudlog: 2.4.10 -> 2.4.11

This commit is contained in:
R. Ryantm 2023-10-25 04:30:21 +00:00
parent 6c5458cf32
commit eed58e57b5

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.4.10";
version = "2.4.11";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-Hj/Qtx9g73H3eKPQgQE+nRqjG344IbxzRX1y/iPgJAc=";
hash = "sha256-w1QCEow0K8uzbHlyASCggw2U+1RXjPbmxd5XRSdp6yE=";
};
postPath = ''