Merge pull request #279558 from markus1189/visidata-301

visidata: 3.0 -> 3.0.1
This commit is contained in:
7c6f434c 2024-01-08 17:22:37 +00:00 committed by GitHub
commit 9c7cb86a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,13 +45,13 @@
}:
buildPythonApplication rec {
pname = "visidata";
version = "3.0";
version = "3.0.1";
src = fetchFromGitHub {
owner = "saulpw";
repo = "visidata";
rev = "v${version}";
hash = "sha256-LALWQu7BgMbAEyOXUE3p6bXhdx8h6jPEvjs/TEtf/wU==";
hash = "sha256-3/ACuUPj0XjbWuA8/iQQAMhLYAv5Lc/5AyyKmqjhBmc=";
};
propagatedBuildInputs = [