cgif: 0.5.1 -> 0.5.2

This commit is contained in:
R. Ryantm
2026-02-22 14:38:33 +00:00
parent 76e87812ad
commit cf19d2ad83
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cgif";
version = "0.5.1";
version = "0.5.2";
src = fetchFromGitHub {
owner = "dloebl";
repo = "cgif";
tag = "v${finalAttrs.version}";
hash = "sha256-Vnm0YIMoU6gJCxSP28mqBtqZnfhmhmvaSp5DvZJqW/A=";
hash = "sha256-Eoq2QPDz5YYw22Ux1H9CYFN1x+/1YTYqi/rmdwf+Hk4=";
};
nativeBuildInputs = [