uwsm: 0.23.2 -> 0.23.3

This commit is contained in:
R. Ryantm
2025-09-03 20:23:11 +05:30
committed by Masum Reza
parent 1b9796c9aa
commit e2a15fc6cb
+2 -2
View File
@@ -28,13 +28,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "uwsm";
version = "0.23.2";
version = "0.23.3";
src = fetchFromGitHub {
owner = "Vladimir-csp";
repo = "uwsm";
tag = "v${finalAttrs.version}";
hash = "sha256-lKPCtlTfIAb7axthl/PUU82cULafYIhZ5xJolFKSOno=";
hash = "sha256-UP9Ztps5oWl0bdXhSlE4SCxHFprUf74DWygJy6GvO4k=";
};
nativeBuildInputs = [