Unverified Commit 9c7cb86a authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #279558 from markus1189/visidata-301

visidata: 3.0 -> 3.0.1
parents 838a2b54 fd15e32c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [