mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 16:57:48 +00:00
Merge pull request #281907 from r-ryantm/auto-update/goeland
goeland: 0.18.2 -> 0.18.3
This commit is contained in:
commit
e8ef42e24d
@ -5,13 +5,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "goeland";
|
||||
version = "0.18.2";
|
||||
version = "0.18.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "slurdge";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-pi4hkvBg1oMlD1zYv0YNmG+AZb0oZB4UGEtCeURhjfY=";
|
||||
sha256 = "sha256-4xhw6L6CuwW2MepwGvpVLVafMcU/g0bn/2M/8ZSRF/U=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-TZIHYFE4kJu5EOQ9oT8S0Tp/r38d5RhoLdmIrus8Ibc=";
|
||||
|
Loading…
Reference in New Issue
Block a user