update image-generator

This commit is contained in:
Ingolf Wagner 2020-02-16 00:22:11 +08:00
parent 390ee5bf19
commit fe99cd3c86
Signed by: palo
GPG key ID: 76BF5F1928B9618B

View file

@ -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;