Skip to content

Commit

Permalink
duckscript: 0.9.3 -> 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 1, 2024
1 parent e997198 commit c73d5f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/rust/duckscript/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@

rustPlatform.buildRustPackage rec {
pname = "duckscript_cli";
version = "0.9.3";
version = "0.11.1";

src = fetchCrate {
inherit pname version;
hash = "sha256-2ouEmI7BH9J+PEN7l3rE8nmd0Khe2Bjq1Bg9SgGnB4E=";
hash = "sha256-afxzZkmmYnprUBquH681VHMDs3Co9C71chNoKbu6lEY=";
};

nativeBuildInputs = [ pkg-config ];

buildInputs = [ openssl ]
++ lib.optionals stdenv.hostPlatform.isDarwin [ Security SystemConfiguration libiconv ];

cargoHash = "sha256-bBqcHETEWooMgQeqPOZIK/77DdTtGq1JusBKoRj5K6w=";
cargoHash = "sha256-TX/Xi57fn85GjHc74icxhsQ6n7FwqzGIr3Qoc2o681E=";

meta = with lib; {
description = "Simple, extendable and embeddable scripting language";
Expand Down

0 comments on commit c73d5f0

Please sign in to comment.