Merge pull request #272945 from Tomkoid/mdhtml-1.0

mdhtml: 0.3.1 -> 1.0
This commit is contained in:
Maximilian Bosch
2023-12-16 16:35:28 +01:00
committed by GitHub
+2 -2
View File
@@ -5,14 +5,14 @@
buildGoModule rec {
pname = "mdhtml";
version = "0.3.1";
version = "1.0";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "Tomkoid";
repo = pname;
rev = version;
hash = "sha256-ISZUadJZOWwUygLnGYvuMUNCmTNGZLYq+q/FeK++kWE=";
hash = "sha256-Fv5XpWA2ebqXdA+46gZQouuZ3XxH4WDj/W6xJ0ETg8E=";
};
vendorHash = null;