From 99f1f6651e2886f2280a41c4ca85179fac327065 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sun, 19 May 2024 02:39:43 -0700 Subject: [PATCH] nix: update typegen cargo hash --- flake.lock | 6 +++--- typegen/default.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 9aa0e01..50434e0 100644 --- a/flake.lock +++ b/flake.lock @@ -22,10 +22,10 @@ ] }, "locked": { - "lastModified": 1716111163, - "narHash": "sha256-ucgVQ93zYsxRfeUAKsnVaxmZRXdwdHtuzvIUBR3eqN8=", + "lastModified": 1716112214, + "narHash": "sha256-QJoooVY9oZuy5OS/rJD9Lrmy+kgZbOHXlcMv6mmMPEI=", "ref": "refs/heads/master", - "rev": "f1f3318d089f2578fb040402f91d9623f909900f", + "rev": "908ba3eef5f6a5b698e4e3cdfe85ed9c8f943e92", "revCount": 175, "type": "git", "url": "https://git.outfoxxed.me/outfoxxed/quickshell" diff --git a/typegen/default.nix b/typegen/default.nix index 0947059..f3ecdec 100644 --- a/typegen/default.nix +++ b/typegen/default.nix @@ -6,5 +6,5 @@ version = "0.1.0"; src = nix-gitignore.gitignoreSource [] ./.; - cargoSha256 = "rep68gbnp9uPhzjK7opLg7dh4X2uKNmAPfGUuGjE35w="; + cargoSha256 = "4bH7E+NpZPFtr//l00tYkHkRRbI3D0TkKas1M+vDWpI="; }