Merge pull request #107935 from r-ryantm/auto-update/buku

buku: 4.4 -> 4.5
This commit is contained in:
Silvan Mosberger 2020-12-30 14:52:08 +01:00 committed by GitHub
commit 2235f1b623
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,14 @@
{ stdenv, python3, fetchFromGitHub }:
with python3.pkgs; buildPythonApplication rec {
version = "4.4";
version = "4.5";
pname = "buku";
src = fetchFromGitHub {
owner = "jarun";
repo = "buku";
rev = "v${version}";
sha256 = "10r5f1n0vcxxmqqqsgmlvibwg1xffijrr2id6r140rgiyhprz556";
sha256 = "1lcq5fk8d5j2kfhn9m5l2hk46v7nj4vfa22m1psz35c9zpw4px8q";
};
checkInputs = [