seilfahrt: 2.0.0 -> 2.1.0
This commit is contained in:
parent
76d723ce4f
commit
2faac2e37a
@ -6,16 +6,16 @@
|
|||||||
|
|
||||||
buildGoModule rec {
|
buildGoModule rec {
|
||||||
pname = "seilfahrt";
|
pname = "seilfahrt";
|
||||||
version = "2.0.0";
|
version = "2.1.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Nerdbergev";
|
owner = "Nerdbergev";
|
||||||
repo = "seilfahrt";
|
repo = "seilfahrt";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-eQcRS3xyqdtjRki+EPnHIaqUJufniFJCh5qU2Za9kyg=";
|
hash = "sha256-w3r/mNb4en32huHjJbYghqDi/VsPGXinwUAfSMcuc+0=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-JU77EFk8SWgZkN4DEtkKS2MsBH16my4j9X/NJC/r6mI=";
|
vendorHash = "sha256-wYxQHr8AVi5KGMqRJcb2rTtbnJbi5som29YSILlO6Po=";
|
||||||
|
|
||||||
buildInputs = [ pandoc ];
|
buildInputs = [ pandoc ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user