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:
parent
9fb5d292ba
commit
099967d167
@ -8,13 +8,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "cgif";
|
pname = "cgif";
|
||||||
version = "0.3.2";
|
version = "0.5.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "dloebl";
|
owner = "dloebl";
|
||||||
repo = "cgif";
|
repo = "cgif";
|
||||||
rev = "V${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
sha256 = "sha256-FvqpToIVYblpuRWeEaUA8MA2Bnp9dpqGquylnXevhX4=";
|
hash = "sha256-i8xngmVhRCGkczY3NzomLkXj+iqPb81lvLn6dXsByYs=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user