superhtml: 0.5.0 -> 0.5.1 (#352539)

This commit is contained in:
OTABI Tomoya 2024-11-12 21:07:52 +09:00 committed by GitHub
commit 6981abc68b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
}:
stdenv.mkDerivation rec {
pname = "superhtml";
version = "0.5.0";
version = "0.5.1";
src = fetchFromGitHub {
owner = "kristoff-it";
repo = "superhtml";
rev = "refs/tags/v${version}";
hash = "sha256-E4IVDYps6K+SdemkfwtTjOE+Rdu8m4Itfd3Kv0XO7qk=";
hash = "sha256-ubFFFHlYTYmivVI5hd/Mj+jFIBuPQ/IycNv3BLxkeuc=";
};
nativeBuildInputs = [