From 29be5e70d6fb212a3f8300cb4b002a7d9f71b77d Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 18 Jun 2023 10:36:53 -0400 Subject: [PATCH] typical: 0.9.5 -> 0.9.6 Diff: https://github.com/stepchowfun/typical/compare/v0.9.5...v0.9.6 Changelog: https://github.com/stepchowfun/typical/blob/v0.9.6/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 6b4a9ab2d0ff..12016efc53de 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.5"; + version = "0.9.6"; src = fetchFromGitHub { owner = "stepchowfun"; repo = "typical"; rev = "v${version}"; - hash = "sha256-4OByyczbHucav9v9pXqWYyreG+F36G0IodcDTedJxic="; + hash = "sha256-pXLOtCzdI6KspNzg1R7Zc97Dd7dX7ZzxvlvKprkLF2I="; }; - cargoHash = "sha256-BtnPCMBPVUGL+6ufhE2TF+dnHCeC/12DMHBaTPlYqBg="; + cargoHash = "sha256-ckW2Hc5BRqtvzZRUAlf7Vy06cgSTY6nv2ompSDNzpi4="; nativeBuildInputs = [ installShellFiles