Merge pull request #172128 from davidak/boltbrowser
boltbrowser: 2.0 -> 2.1
This commit is contained in:
commit
43bccb0bdb
1 changed files with 3 additions and 3 deletions
|
@ -5,16 +5,16 @@
|
|||
|
||||
buildGoModule rec {
|
||||
pname = "boltbrowser";
|
||||
version = "2.0";
|
||||
version = "2.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "br0xen";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "17v3pv80dxs285d0b6x772h5cb4f0xg9n5p9jwlir5hjbfn1635i";
|
||||
sha256 = "sha256-Obfhxe0AI5m4UTvs28PMOrBxWuwMW7FY4DMI80Ez0Ws=";
|
||||
};
|
||||
|
||||
vendorSha256 = "1x28m72626cchnsasyxips8jaqs0l2p9jhjrdcgws144zm6fz3hv";
|
||||
vendorSha256 = "sha256-G47vTP2EBM0fa1lCma6gQGMlkb6xe620hYwZYcSpSPQ=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "CLI Browser for BoltDB files";
|
||||
|
|
Loading…
Reference in a new issue