mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Merge pull request #27914 from mbrgm/upgrade-journalbeat
journalbeat: 5.4.1 -> 5.5.0
This commit is contained in:
commit
3badb04866
@ -7,7 +7,7 @@ let
|
|||||||
in buildGoPackage rec {
|
in buildGoPackage rec {
|
||||||
|
|
||||||
name = "journalbeat-${version}";
|
name = "journalbeat-${version}";
|
||||||
version = "5.4.1";
|
version = "5.5.0";
|
||||||
|
|
||||||
goPackagePath = "github.com/mheese/journalbeat";
|
goPackagePath = "github.com/mheese/journalbeat";
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ in buildGoPackage rec {
|
|||||||
owner = "mheese";
|
owner = "mheese";
|
||||||
repo = "journalbeat";
|
repo = "journalbeat";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "14mhx3gqg19ljcr07ahbry9k5hkbj2mjji4qsjrbc7jknis6frz4";
|
sha256 = "134n1kg6nx5yycn2cyldiayaqm8zps94hz4zfz9klp2jzq68m35y";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user