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

visidata: 2.1.1 -> 2.2
This commit is contained in:
Daniël de Kok 2021-02-03 10:07:57 +01:00 committed by GitHub
commit df18d77f1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
}:
buildPythonApplication rec {
pname = "visidata";
version = "2.1.1";
version = "2.2";
src = fetchFromGitHub {
owner = "saulpw";
repo = "visidata";
rev = "v${version}";
sha256 = "018z06bfcw0l4k2zdwbgxna9fss4wdqj64ckw5qjis14sb3zkr28";
sha256 = "14169q74vpighxnmpxf3nwi19vrv7p76ybb1zp7h8q2harysxkgl";
};
propagatedBuildInputs = [