rustic: 0.9.5 -> 0.10.0

R. Ryantm abc3b5a1 19a8f12a

+3 -3
+3 -3
pkgs/by-name/ru/rustic/package.nix
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "rustic"; 12 - version = "0.9.5"; 13 14 src = fetchFromGitHub { 15 owner = "rustic-rs"; 16 repo = "rustic"; 17 tag = "v${version}"; 18 - hash = "sha256-HYPzgynCeWDRRNyACHqnzkjn6uZWS0TDHuJE9STJxbQ="; 19 }; 20 21 - cargoHash = "sha256-+BlLVnvI2qBfwEtyxmZFNhR9MEzs0/a1Ce6ALOKtoPU="; 22 23 nativeBuildInputs = [ installShellFiles ]; 24
··· 9 10 rustPlatform.buildRustPackage rec { 11 pname = "rustic"; 12 + version = "0.10.0"; 13 14 src = fetchFromGitHub { 15 owner = "rustic-rs"; 16 repo = "rustic"; 17 tag = "v${version}"; 18 + hash = "sha256-KyJce0pTTpPv3K0WXWQv2MPx8dDGhUVYEIjTeYH1KPY="; 19 }; 20 21 + cargoHash = "sha256-Axiq1Yu5pg3fZ/E8aYFGAuPi3KVIlotQ2TZs0pczG+4="; 22 23 nativeBuildInputs = [ installShellFiles ]; 24