Skip to content

Commit

Permalink
spl: 0.4.0 -> 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TudbuT committed Nov 24, 2024
1 parent 4343b4f commit 8d8d408
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions pkgs/by-name/sp/spl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,21 @@
lib,
fetchgit,
rustPlatform,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
pname = "spl";
version = "0.4.0";
version = "0.4.1";

passthru.updateScript = nix-update-script { };

src = fetchgit {
url = "https://git.tudbut.de/tudbut/spl";
rev = "v${version}";
hash = "sha256-/WjrQeE3zI71pvCil2yE9ZMaWkmyRG/tNmZ+XFF0nYw=";
hash = "sha256-ZYx8KeJ6B7Dgf1RrTQbW6fI/DjuuZksiyEePMNmGigA=";
};

cargoHash = "sha256-8xv7tXVklJDewnHqoRIMefsNWTD28+5WyV5ZI9imOh0=";
cargoHash = "sha256-2vDX7ltYT+bsVLNDslYzs6FZ6Mplsz9RRQpMg+nigtU=";

meta = {
description = "Simple, concise, concatenative scripting language";
Expand Down

0 comments on commit 8d8d408

Please sign in to comment.