spl: 0.3.2 -> 0.4.0

This commit is contained in:
TudbuT 2024-09-29 21:51:39 +02:00
parent d2f7c20d78
commit cacd1aa4e6

View File

@ -5,14 +5,14 @@
}:
rustPlatform.buildRustPackage rec {
pname = "spl";
version = "0.3.2";
version = "0.4.0";
src = fetchgit {
url = "https://git.tudbut.de/tudbut/spl";
rev = "v${version}";
hash = "sha256-thTKM07EtgAVvjpIx8pVssTmN0jPK/OrPYhRfwp7T+U=";
hash = "sha256-/WjrQeE3zI71pvCil2yE9ZMaWkmyRG/tNmZ+XFF0nYw=";
};
cargoHash = "sha256-7MYwWA3F7uJewmBRR0iQD4iXJZokHqIt9Q9dMoj6JVs=";
cargoHash = "sha256-8xv7tXVklJDewnHqoRIMefsNWTD28+5WyV5ZI9imOh0=";
meta = {
description = "Simple, concise, concatenative scripting language";