superhtml: 0.6.1 -> 0.6.2 (#452905)

This commit is contained in:
Yohann Boniface
2025-10-17 13:59:37 +00:00
committed by GitHub
+2 -2
View File
@@ -10,13 +10,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "superhtml";
version = "0.6.1";
version = "0.6.2";
src = fetchFromGitHub {
owner = "kristoff-it";
repo = "superhtml";
tag = "v${finalAttrs.version}";
hash = "sha256-jwyhTD3QP017W6sjWhujeSo0C/kPRKyaJqSiSWIsqdc=";
hash = "sha256-z8Tc869VTLQSQgfz291i/XgK7STxpZA9cuBdqbVgIsY=";
};
nativeBuildInputs = [