Commit f3a6dcaf authored by R. RyanTM's avatar R. RyanTM
Browse files

buku: 4.8 -> 5.0

parent 2cd2decd
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -23,15 +23,15 @@ let
in
with python3.pkgs;
buildPythonApplication rec {
  version = "4.8";
  version = "5.0";
  pname = "buku";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jarun";
    repo = "buku";
    rev = "v${version}";
    sha256 = "sha256-kPVlfTYUusf5CZnKB53WZcCHo3MEnA2bLUHTRPGPn+8=";
    tag = "v${version}";
    sha256 = "sha256-b3j3WLMXl4sXZpIObC+F7RRpo07cwJpAK7lQ7+yIzro=";
  };

  nativeBuildInputs = [