update image-generator
This commit is contained in:
parent
09c1444e5f
commit
92d0d7c44e
2 changed files with 4 additions and 4 deletions
|
@ -6,8 +6,8 @@ rustPlatform.buildRustPackage rec {
|
|||
# src = ./.;
|
||||
src = fetchgit {
|
||||
url = "https://git.ingolf-wagner.de/palo/image-generator2";
|
||||
rev = "a7540fac2fa0bbc6952f2fdcbce5bb9c375e2699";
|
||||
sha256 = "0hnki2zqw24nx78n3vc7gnij6isfaywxlj7qlhcs25gj942ixf47";
|
||||
rev = "78cdc84a90cd818561a70bf1868ed3875d1e2204";
|
||||
sha256 = "1r0splgsfc2sf014s71r91272icdqgfkxsp62k2jav0spwhi7sqy";
|
||||
};
|
||||
|
||||
cargoSha256 = "07pwds279qc54g5fza805ah2m8jhrdzng7vb1bi24a9ra9ci8s29";
|
||||
|
|
|
@ -3,8 +3,8 @@ let
|
|||
|
||||
background-repo = pkgs.fetchgit {
|
||||
url = "https://git.ingolf-wagner.de/palo/image-generator-lib";
|
||||
rev = "c66aac70d9892eb1cca8fb3ac8e305348e384ea6";
|
||||
sha256 = "0ly772gfdynqc4dr12zkk2zxmd3hjpvmsydqfjfcmvz690dbxync";
|
||||
rev = "99b5c9acaa9abbbc15ea035fdd44ac8d2f456a37";
|
||||
sha256 = "0z2q798gwdgxgqkr6nyg0hmlq1ndspzkqb8yv9kisgkv0d0jqqmv";
|
||||
};
|
||||
|
||||
nixCommands = { height, width }:
|
||||
|
|
Loading…
Reference in a new issue