w3m: 0.5.4 → 0.5.5 (#436145)

This commit is contained in:
Philip Taron
2025-08-23 09:33:46 -07:00
committed by GitHub
+2 -2
View File
@@ -40,13 +40,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "w3m";
version = "0.5.4";
version = "0.5.5";
src = fetchFromSourcehut {
owner = "~rkta";
repo = "w3m";
tag = "v${finalAttrs.version}";
hash = "sha256-A11vHFiyotFncqWRiljRJbHO1wEzmWTEh1DOel803q4=";
hash = "sha256-rz9tNkMg5xUqMpMdK2AQlKjCJlCjgLQOkj4A/eyPm0M=";
};
env = {