Skip to content

Commit

Permalink
visidata: 2.0.1 -> 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2020
1 parent c2effbb commit 5e81263
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 @@ -15,13 +15,13 @@
}:
buildPythonApplication rec {
pname = "visidata";
version = "2.0.1";
version = "2.1";

src = fetchFromGitHub {
owner = "saulpw";
repo = "visidata";
rev = "v${version}";
sha256 = "sha256-AkGU9p00y+psBS/fL2YLyQYRSMOp1aPs21E9bpN9z0M=";
sha256 = "1psb3ycrb7k00b5blg9zr52bzdxs1mkdc7rpjn4m9kh09yfs3sx4";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 5e81263

Please sign in to comment.