mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
spl: 0.4.2 -> 0.4.3
This commit is contained in:
parent
2d416729cc
commit
8e0a927296
1 changed files with 3 additions and 3 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue