Merge pull request #240736 from r-ryantm/auto-update/charasay

authored by figsoda and committed by GitHub 8ef139fe a55ae760

+3 -3
+3 -3
pkgs/tools/misc/charasay/default.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "charasay"; 9 - version = "2.1.0"; 10 11 src = fetchFromGitHub { 12 owner = "latipun7"; 13 repo = pname; 14 rev = "v${version}"; 15 - hash = "sha256-tAikSQCXpzH2BTnnT2YuXO4XSoagAaMynCV2iPlFFNw="; 16 }; 17 18 - cargoHash = "sha256-O4Qxf54c3i7OKzk/pS8xoyDjnYlYEu1HcQ1ONev8cEQ="; 19 20 nativeBuildInputs = [ installShellFiles ]; 21
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "charasay"; 9 + version = "3.0.0"; 10 11 src = fetchFromGitHub { 12 owner = "latipun7"; 13 repo = pname; 14 rev = "v${version}"; 15 + hash = "sha256-LijIteY0RZxNf6RI61bm1Ug4+GFsoWr6icNu1p2pa2s="; 16 }; 17 18 + cargoHash = "sha256-sG+tyCYur2UR1U9g5tWOyuU2mJ14PdayBqMdNGOwIrA="; 19 20 nativeBuildInputs = [ installShellFiles ]; 21