uwsm: 0.17.4 -> 0.18.0

https://github.com/Vladimir-csp/uwsm/compare/v0.17.4...v0.18.0
This commit is contained in:
John Titor 2024-08-10 07:28:53 +00:00
parent 33c40979a7
commit dd2338abd0
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -27,13 +27,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "uwsm";
version = "0.17.4";
version = "0.18.0";
src = fetchFromGitHub {
owner = "Vladimir-csp";
repo = "uwsm";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-wjKFaZBEA5nbUob6czwJqny62rJdCoWEM3IUl1fTWOw=";
hash = "sha256-VGywdMRHJaQgWD9EurYdMTlbOo8Wu8NWiLuiY7xJh4M=";
};
nativeBuildInputs = [