1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-26 07:31:20 +00:00

Merge pull request #88960 from romildo/upd.qcef

deepin.qcef: 1.1.7 -> 1.1.8
This commit is contained in:
José Romildo Malaquias 2020-05-27 13:36:35 -03:00 committed by GitHub
commit 122aa6d976
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,14 +64,14 @@ let
in
mkDerivation rec {
pname = "qcef";
version = "1.1.7";
version = "1.1.8";
srcs = [
(fetchFromGitHub {
owner = "linuxdeepin";
repo = pname;
rev = version;
sha256 = "1x0vb4nkfa1lq0nh6iqpxfvsqmb6qfn305pbc92bsqpgiqd7jvb1";
sha256 = "14a33af1h3wj3yph080c1ri3m27bqj1v1k0jdqc63x7c3smnpwfk";
name = pname;
})
(fetchFromGitHub {