image-generator: update
This commit is contained in:
parent
7185d84a54
commit
63d995bda9
1 changed files with 4 additions and 4 deletions
|
@ -4,10 +4,10 @@ rustPlatform.buildRustPackage rec {
|
|||
name = "image-geneartor-${version}";
|
||||
version = "2.0.0";
|
||||
# src = ./.;
|
||||
src = fetchgit {
|
||||
url = "https://git.ingolf-wagner.de/palo/image-generator2";
|
||||
rev = "78cdc84a90cd818561a70bf1868ed3875d1e2204";
|
||||
sha256 = "1r0splgsfc2sf014s71r91272icdqgfkxsp62k2jav0spwhi7sqy";
|
||||
src = fetchgit{
|
||||
url = "https://github.com/mrVanDalo/image-generator";
|
||||
rev = "e41d8b9a7675a628d19fd114f33397de43bafbf7";
|
||||
sha256 = "1lx4ii3nxvd9h3nz8fqyn80905dqkcwngm6229m5jcv32k686y7c";
|
||||
};
|
||||
|
||||
cargoSha256 = "07pwds279qc54g5fza805ah2m8jhrdzng7vb1bi24a9ra9ci8s29";
|
||||
|
|
Loading…
Reference in a new issue