Merge pull request #162592 from r-ryantm/auto-update/jump

jump: 0.40.0 -> 0.41.0
This commit is contained in:
Lassulus 2022-04-08 20:35:41 +01:00 committed by GitHub
commit b91b9b0398
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "jump";
version = "0.40.0";
version = "0.41.0";
src = fetchFromGitHub {
owner = "gsamokovarov";
repo = pname;
rev = "v${version}";
sha256 = "sha256-8Lfta4qDXYVSHG3UI8iUA6vIjBe5OIX7n0LC4OW1qMU=";
sha256 = "sha256-nI4n1WxgdGGP822APBOLZ5lNkjwL1KfP5bKUxfvXdnE=";
};
vendorSha256 = null;