1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

fix nix build

This commit is contained in:
Robin Appelman 2025-03-09 13:37:39 +01:00
commit 716074f343
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
name = "haze"
version = "1.6.0"
authors = ["Robin Appelman <robin@icewind.nl>"]
edition = "2024"
edition = "2021"
repository = "https://github.com/icewind1991/haze"
license = "MIT"
description = "Easy setup and management of Nextcloud test instances using docker"

View file

@ -18,7 +18,7 @@ in
cargoLock = {
lockFile = ../Cargo.lock;
outputHashes = {
"hyper-reverse-proxy-0.5.2-dev" = "sha256-8yBpYQZJaNhaecjR2GhQytRM4jgS0GaKzAxRXFmIf8k=";
"hyper-reverse-proxy-0.5.2-dev" = "sha256-qO7eST4caHrqTXT7IgJ6aZxtCh/8QH5EsOxCRppH8d4=";
};
};
}