lol

Merge pull request #213137 from r-ryantm/auto-update/duckscript

duckscript: 0.8.16 -> 0.8.17

authored by

figsoda and committed by
GitHub
960bc19b ce4b7f0d

+3 -3
+3 -3
pkgs/development/tools/rust/duckscript/default.nix
··· 13 13 14 14 rustPlatform.buildRustPackage rec { 15 15 pname = "duckscript_cli"; 16 - version = "0.8.16"; 16 + version = "0.8.17"; 17 17 18 18 src = fetchCrate { 19 19 inherit pname version; 20 - sha256 = "sha256-H9lZIIJrE6onqGHw0l8Y58IW9EAcQ7eCHxgqqeSLgGY="; 20 + sha256 = "sha256-fEAm7HhRGYZpGL9I8h3wX8AnPs00pG/ui7Rm+PaXJpA="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ pkg-config ]; ··· 25 25 buildInputs = [ openssl ] 26 26 ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration libiconv ]; 27 27 28 - cargoSha256 = "sha256-DQw3DDOUo4ogf6PIY7/1U0uiyX8dpXE5D2P8QDdie9M="; 28 + cargoHash = "sha256-kll2q5HhcpizBDbWipj30F8WEQnjG1fndxCHoXBbik8="; 29 29 30 30 meta = with lib; { 31 31 description = "Simple, extendable and embeddable scripting language.";