mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
buku: 4.8 -> 5.0
This commit is contained in:
parent
2cd2decd3a
commit
f3a6dcafee
1 changed files with 3 additions and 3 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue