span-lite: 0.10.3 -> 0.11.0

This commit is contained in:
R. Ryantm 2024-02-05 05:49:57 +00:00
parent 4888d2428d
commit 32c689167b

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "span-lite";
version = "0.10.3";
version = "0.11.0";
src = fetchFromGitHub {
owner = "martinmoene";
repo = "span-lite";
rev = "v${version}";
hash = "sha256-WfoyyPLBqXSGGATWN/wny6P++3aCmQMOMLCARhB+R3c=";
hash = "sha256-BYRSdGzIvrOjPXxeabMj4tPFmQ0wfq7y+zJf6BD/bTw=";
};
nativeBuildInputs = [