lol

spl: 0.4.0 -> 0.4.1 (#358826)

authored by

Donovan Glover and committed by
GitHub
9af37651 6c058a9e

+7 -3
+7 -3
pkgs/by-name/sp/spl/package.nix
··· 2 2 lib, 3 3 fetchgit, 4 4 rustPlatform, 5 + nix-update-script, 5 6 }: 6 7 rustPlatform.buildRustPackage rec { 7 8 pname = "spl"; 8 - version = "0.4.0"; 9 + version = "0.4.1"; 10 + 11 + passthru.updateScript = nix-update-script { }; 12 + 9 13 src = fetchgit { 10 14 url = "https://git.tudbut.de/tudbut/spl"; 11 15 rev = "v${version}"; 12 - hash = "sha256-/WjrQeE3zI71pvCil2yE9ZMaWkmyRG/tNmZ+XFF0nYw="; 16 + hash = "sha256-ZYx8KeJ6B7Dgf1RrTQbW6fI/DjuuZksiyEePMNmGigA="; 13 17 }; 14 18 15 - cargoHash = "sha256-8xv7tXVklJDewnHqoRIMefsNWTD28+5WyV5ZI9imOh0="; 19 + cargoHash = "sha256-2vDX7ltYT+bsVLNDslYzs6FZ6Mplsz9RRQpMg+nigtU="; 16 20 17 21 meta = { 18 22 description = "Simple, concise, concatenative scripting language";