Merge pull request #172128 from davidak/boltbrowser

boltbrowser: 2.0 -> 2.1
This commit is contained in:
Sandro 2022-05-09 13:34:46 +02:00 committed by GitHub
commit 43bccb0bdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,16 +5,16 @@
buildGoModule rec { buildGoModule rec {
pname = "boltbrowser"; pname = "boltbrowser";
version = "2.0"; version = "2.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "br0xen"; owner = "br0xen";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "17v3pv80dxs285d0b6x772h5cb4f0xg9n5p9jwlir5hjbfn1635i"; sha256 = "sha256-Obfhxe0AI5m4UTvs28PMOrBxWuwMW7FY4DMI80Ez0Ws=";
}; };
vendorSha256 = "1x28m72626cchnsasyxips8jaqs0l2p9jhjrdcgws144zm6fz3hv"; vendorSha256 = "sha256-G47vTP2EBM0fa1lCma6gQGMlkb6xe620hYwZYcSpSPQ=";
meta = with lib; { meta = with lib; {
description = "CLI Browser for BoltDB files"; description = "CLI Browser for BoltDB files";