seilfahrt: 1.0.2 -> 2.0.0 (#346896)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-10-06 18:26:51 +00:00 committed by GitHub
commit 29188e1787
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "seilfahrt";
version = "1.0.2";
version = "2.0.0";
src = fetchFromGitHub {
owner = "Nerdbergev";
repo = "seilfahrt";
rev = "v${version}";
hash = "sha256-2nbBG/LIx1JDUzxyASvM/5hAI2JbBRDuv8Jub+yTwdA=";
hash = "sha256-eQcRS3xyqdtjRki+EPnHIaqUJufniFJCh5qU2Za9kyg=";
};
vendorHash = "sha256-JU77EFk8SWgZkN4DEtkKS2MsBH16my4j9X/NJC/r6mI=";