spl: 0.4.2 -> 0.4.3

This commit is contained in:
TudbuT 2025-02-20 01:07:45 +01:00
parent 2d416729cc
commit 8e0a927296
No known key found for this signature in database
GPG key ID: B3CF345217F202D3

View file

@ -6,18 +6,18 @@
}: }:
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "spl"; pname = "spl";
version = "0.4.2"; version = "0.4.3";
passthru.updateScript = nix-update-script { }; passthru.updateScript = nix-update-script { };
src = fetchgit { src = fetchgit {
url = "https://git.tudbut.de/tudbut/spl"; url = "https://git.tudbut.de/tudbut/spl";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-cU6qSh4HM3os/A1w0+5TSZLkS2Y/C864qvmixkxPAh8="; hash = "sha256-ckj50psQ2/r7Bw03J2VjHx0R1zY5xivJfvB9HNxnJLw=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-Ra3pNw3NJ9hSSxb1O7piMD+1cPeofTAYbdM9WRlwYKo="; cargoHash = "sha256-rq6GO+5qXM22JoAGdAM3Bb6/U0+x5sRYUjnZQUpzcGA=";
meta = { meta = {
description = "Simple, concise, concatenative scripting language"; description = "Simple, concise, concatenative scripting language";