cgif: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm
2026-01-20 00:33:01 +00:00
parent 2e606f2c97
commit c5fc513233
+2 -2
View File
@@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cgif";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "dloebl";
repo = "cgif";
tag = "v${finalAttrs.version}";
hash = "sha256-i8xngmVhRCGkczY3NzomLkXj+iqPb81lvLn6dXsByYs=";
hash = "sha256-Vnm0YIMoU6gJCxSP28mqBtqZnfhmhmvaSp5DvZJqW/A=";
};
nativeBuildInputs = [