From bb30d0201324f2628e2be80163edb520305d113b Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Sat, 26 Aug 2023 08:33:16 -0700 Subject: [PATCH] updated cargo hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9d82ca9..5f6d9dc 100644 --- a/flake.nix +++ b/flake.nix @@ -62,7 +62,7 @@ rust-project TODO: write shell script for automatically updating `cargoHash` pname = "status_cloud"; version = "0.1.0"; buildAndTestSubdir = "status_cloud"; - cargoHash = "sha256-Z5JFg9OnCOO9jM/J5T9Tr64x21HOxNf8M4qJKiXiF54="; + cargoHash = "sha256-mMxHI/rU1Gd5UR+hZ+5+FnBrff8uF+SrEvGJT7wh5tI="; meta = meta // { description = "Server status saved to a nextcloud note service."; };