mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
commit
d90a180d6a
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "GreycLab";
|
owner = "GreycLab";
|
||||||
repo = "CImg";
|
repo = "CImg";
|
||||||
rev = "v.${finalAttrs.version}";
|
rev = "refs/tags/v.${finalAttrs.version}";
|
||||||
hash = "sha256-IHWBvPEl0RN/0j8FaeAhlzWPeitC3bBgUCAj49aPLpw=";
|
hash = "sha256-BnDS1n1aIQh9HJZeZv0hR7vo2l6Kf9B/11fYFbb/cpQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "doc" ];
|
outputs = [ "out" "doc" ];
|
||||||
|
|
Loading…
Reference in a new issue