bupstash: 0.10.2 -> 0.10.3

+3 -3
+3 -3
pkgs/tools/backup/bupstash/default.nix
··· 1 { lib, fetchFromGitHub, installShellFiles, rustPlatform, ronn, pkg-config, libsodium }: 2 rustPlatform.buildRustPackage rec { 3 pname = "bupstash"; 4 - version = "0.10.2"; 5 6 src = fetchFromGitHub { 7 owner = "andrewchambers"; 8 repo = pname; 9 rev = "v${version}"; 10 - sha256 = "sha256-0PKQYvKmAGP4/15nKhB+aZh8PF9dtDFjXEuPCA5tDYk="; 11 }; 12 13 - cargoSha256 = "sha256-6zVWKVtTL6zbB4Uulq+sK4vm3qAC0B5kf0DmDv5aneo="; 14 15 nativeBuildInputs = [ ronn pkg-config installShellFiles ]; 16 buildInputs = [ libsodium ];
··· 1 { lib, fetchFromGitHub, installShellFiles, rustPlatform, ronn, pkg-config, libsodium }: 2 rustPlatform.buildRustPackage rec { 3 pname = "bupstash"; 4 + version = "0.10.3"; 5 6 src = fetchFromGitHub { 7 owner = "andrewchambers"; 8 repo = pname; 9 rev = "v${version}"; 10 + sha256 = "sha256-YN5pIXJRTQXqFGuXvyoSlYJEjAZ4wIYEKjEeF8qIJCI="; 11 }; 12 13 + cargoSha256 = "sha256-Erpg+Sktx+L2X9k6g1ngOyM8MNoucGcScOSPMB7vld8="; 14 15 nativeBuildInputs = [ ronn pkg-config installShellFiles ]; 16 buildInputs = [ libsodium ];