From f44c7a4a6caa1ef5d6b7bf7e93acea0d96f30c21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Mon, 2 Jun 2025 21:26:19 +0200 Subject: [PATCH] rusty-jeep: update cargo hash --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 248581b..ecf61a3 100644 --- a/flake.nix +++ b/flake.nix @@ -58,7 +58,7 @@ src = ./rusty-jeep; nativeBuildInputs = [pkgs.pkg-config]; buildInputs = [pkgs.alsa-lib]; - cargoHash = "sha256-3Zuh22qGSIhyOnwoZqpf3eio5l2q9u6XTUpiCBnAHrA="; + cargoHash = "sha256-L3lpWEb2y9+45jWnpWNBsYU4nNDx0reSxjw1eKYb+6A="; meta = with nixpkgs.lib; { description = "A beeping program inspired by K_belwagen"; license = licenses.wtfpl;