From 9b4aa801ba8f693404b8b2e2e6bd55637051a3f2 Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 2 Jun 2023 10:01:09 -0400 Subject: [PATCH] typical: 0.9.4 -> 0.9.5 Diff: https://github.com/stepchowfun/typical/compare/v0.9.4...v0.9.5 Changelog: https://github.com/stepchowfun/typical/blob/v0.9.5/CHANGELOG.md --- pkgs/development/tools/misc/typical/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/tools/misc/typical/default.nix b/pkgs/development/tools/misc/typical/default.nix index 403d5c9d0eb1..6b4a9ab2d0ff 100644 --- a/pkgs/development/tools/misc/typical/default.nix +++ b/pkgs/development/tools/misc/typical/default.nix @@ -7,16 +7,16 @@ rustPlatform.buildRustPackage rec { pname = "typical"; - version = "0.9.4"; + version = "0.9.5"; src = fetchFromGitHub { owner = "stepchowfun"; repo = "typical"; rev = "v${version}"; - hash = "sha256-MkMcJY0J3wvJE01VpphS84zNWv62hbed5ZypvLzrnpo="; + hash = "sha256-4OByyczbHucav9v9pXqWYyreG+F36G0IodcDTedJxic="; }; - cargoHash = "sha256-msRfZYvDnb/WeKZhCIabUB2k/AzSYVU1OYdwZNbANbM="; + cargoHash = "sha256-BtnPCMBPVUGL+6ufhE2TF+dnHCeC/12DMHBaTPlYqBg="; nativeBuildInputs = [ installShellFiles