update image-generator
This commit is contained in:
parent
390ee5bf19
commit
fe99cd3c86
1 changed files with 5 additions and 3 deletions
|
@ -4,11 +4,13 @@ rustPlatform.buildRustPackage rec {
|
|||
name = "image-geneartor-${version}";
|
||||
version = "2.0.0";
|
||||
# src = ./.;
|
||||
src = fetchgit {
|
||||
src = fetchgit{
|
||||
url = "https://git.ingolf-wagner.de/palo/image-generator2";
|
||||
rev = "c9ef48b1bd73a819a5fb86095774472f35d7b576";
|
||||
sha256 = "0pdhw2calqxczdrz66wyvydd5d6m2fx7xm64z1l25nazdad930p5";
|
||||
rev = "9acdc2b90707a72de67f01ed38b9faee6011ec6f";
|
||||
sha256 = "1bz14flbk9amvmhlcp158541krl5d1ghdpcf6g7nfvkx0aqg5i4y";
|
||||
};
|
||||
|
||||
|
||||
cargoSha256 = "07pwds279qc54g5fza805ah2m8jhrdzng7vb1bi24a9ra9ci8s29";
|
||||
verifyCargoDeps = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue