cgif: 0.3.2 -> 0.5.0

Diff: https://github.com/dloebl/cgif/compare/refs/tags/v0.3.2...refs/tags/v0.5.0
This commit is contained in:
emaryn 2025-04-18 07:53:00 +08:00
parent 9fb5d292ba
commit 099967d167

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "cgif";
version = "0.3.2";
version = "0.5.0";
src = fetchFromGitHub {
owner = "dloebl";
repo = "cgif";
rev = "V${finalAttrs.version}";
sha256 = "sha256-FvqpToIVYblpuRWeEaUA8MA2Bnp9dpqGquylnXevhX4=";
tag = "v${finalAttrs.version}";
hash = "sha256-i8xngmVhRCGkczY3NzomLkXj+iqPb81lvLn6dXsByYs=";
};
nativeBuildInputs = [