seilfahrt: 2.1.0 -> 2.1.1 (#363743)

This commit is contained in:
Nick Cao
2024-12-10 09:17:20 -05:00
committed by GitHub
+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 ];