Skip to content

Commit

Permalink
visidata: 2.7.1 -> 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 17, 2021
1 parent 45a3f9d commit cf1895e
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 cf1895e

Please sign in to comment.