Merge pull request #151077 from r-ryantm/auto-update/visidata

visidata: 2.7.1 -> 2.8
This commit is contained in:
Bobby Rong 2021-12-18 00:00:35 +08:00 committed by GitHub
commit 4edd5c91ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,13 +25,13 @@
}:
buildPythonApplication rec {
pname = "visidata";
version = "2.7.1";
version = "2.8";
src = fetchFromGitHub {
owner = "saulpw";
repo = "visidata";
rev = "v${version}";
sha256 = "13s1541n1sr2rkfk1qpsm61y2q773x6fs4cwin660qq4bzmgymhy";
sha256 = "1lcx444yrzmcvix977cgaf18lfrf9yrn2r14ln7knx8ghc15vkqb";
};
propagatedBuildInputs = [