nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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

figsoda 9b4aa801 2c7b43f6

+3 -3
+3 -3
pkgs/development/tools/misc/typical/default.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "typical"; 10 - version = "0.9.4"; 10 + version = "0.9.5"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "stepchowfun"; 14 14 repo = "typical"; 15 15 rev = "v${version}"; 16 - hash = "sha256-MkMcJY0J3wvJE01VpphS84zNWv62hbed5ZypvLzrnpo="; 16 + hash = "sha256-4OByyczbHucav9v9pXqWYyreG+F36G0IodcDTedJxic="; 17 17 }; 18 18 19 - cargoHash = "sha256-msRfZYvDnb/WeKZhCIabUB2k/AzSYVU1OYdwZNbANbM="; 19 + cargoHash = "sha256-BtnPCMBPVUGL+6ufhE2TF+dnHCeC/12DMHBaTPlYqBg="; 20 20 21 21 nativeBuildInputs = [ 22 22 installShellFiles