seilfahrt: 2.1.0 -> 2.1.1

This commit is contained in:
R. Ryantm
2024-12-09 21:46:18 +00:00
parent f602946645
commit 27415e8e9c
+3 -3
View File
@@ -6,16 +6,16 @@
buildGoModule rec {
pname = "seilfahrt";
version = "2.1.0";
version = "2.1.1";
src = fetchFromGitHub {
owner = "Nerdbergev";
repo = "seilfahrt";
rev = "v${version}";
hash = "sha256-w3r/mNb4en32huHjJbYghqDi/VsPGXinwUAfSMcuc+0=";
hash = "sha256-pn3EsYPhggViL067nk6UhmIULGsf8IYm/dXSDudiZRA=";
};
vendorHash = "sha256-wYxQHr8AVi5KGMqRJcb2rTtbnJbi5som29YSILlO6Po=";
vendorHash = "sha256-CUxUxumji0j9cwrYksJqHq891VlotMrGIrF0vr6wSMs=";
buildInputs = [ pandoc ];