about summary refs log tree commit diff
path: root/pkgs/tools/text/mdhtml
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-11-29 09:29:16 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-11-29 09:29:16 +0000
commit48fe4e47d2bc5c550cb292666dbfdec727768f68 (patch)
treed619f9f1d53c544910e8f3169fd1e63b5032b26f /pkgs/tools/text/mdhtml
parent85306ef2470ba705c97ce72741d56e42d0264015 (diff)
mdhtml: 0.3.0 -> 0.3.1
Diffstat (limited to 'pkgs/tools/text/mdhtml')
-rw-r--r--pkgs/tools/text/mdhtml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/text/mdhtml/default.nix b/pkgs/tools/text/mdhtml/default.nix
index 8882ca5ea192b..4c9f6e5da28b2 100644
--- a/pkgs/tools/text/mdhtml/default.nix
+++ b/pkgs/tools/text/mdhtml/default.nix
@@ -5,14 +5,14 @@
 
 buildGoModule rec {
   pname = "mdhtml";
-  version = "0.3.0";
+  version = "0.3.1";
 
   src = fetchFromGitea {
     domain = "codeberg.org";
     owner = "Tomkoid";
     repo = pname;
     rev = version;
-    hash = "sha256-Pzl6Hmc24uWQ02FQM84rsypTJy1GdvYqfLDjN6Ryq4Q=";
+    hash = "sha256-ISZUadJZOWwUygLnGYvuMUNCmTNGZLYq+q/FeK++kWE=";
   };
 
   vendorHash = null;