Skip to content

Commit

Permalink
Merge pull request #151077 from r-ryantm/auto-update/visidata
Browse files Browse the repository at this point in the history
visidata: 2.7.1 -> 2.8
  • Loading branch information
bobby285271 authored Dec 17, 2021
2 parents 91cd6f6 + cf1895e commit 4edd5c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/visidata/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 4edd5c9

Please sign in to comment.