Skip to content

Commit

Permalink
Merge master into staging-next
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 6, 2021
2 parents 53b78c1 + 068115c commit b6f0eb9
Show file tree
Hide file tree
Showing 60 changed files with 188 additions and 133 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/editors/featherpad/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

mkDerivation rec {
pname = "featherpad";
version = "0.18.0";
version = "1.0.0";

src = fetchFromGitHub {
owner = "tsujan";
repo = "FeatherPad";
rev = "V${version}";
sha256 = "0av96yx9ir1ap5adn2cvr6n5y7qjrspk73and21m65dmpwlfdiqb";
sha256 = "sha256-GcOvof6bD7GNrABXIR8jOfzjDEN5Lvnj24M154iqQgU=";
};

nativeBuildInputs = [ cmake pkg-config qttools ];
Expand Down
10 changes: 5 additions & 5 deletions pkgs/applications/graphics/fondo/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
, gsettings-desktop-schemas
, gtk3
, libgee
, libhandy
, libsoup
, json-glib
, glib-networking
, libsoup
, libunity
, desktop-file-utils
, wrapGAppsHook
}:

stdenv.mkDerivation rec {
pname = "fondo";
version = "1.5.2";
version = "1.6.1";

src = fetchFromGitHub {
owner = "calo001";
repo = pname;
rev = version;
sha256 = "sha256-EATZRmYSGUzWYaPqFT4mLTGGvwUp+Mn93yMF2JsPaYo=";
sha256 = "sha256-JiDbkVs+EZRWRohSiuh8xFFgEhbnMYZfnZtz5Z4Wdb0=";
};

nativeBuildInputs = [
Expand All @@ -48,8 +48,8 @@ stdenv.mkDerivation rec {
gtk3
json-glib
libgee
libhandy
libsoup
libunity
pantheon.granite
];

Expand Down
14 changes: 9 additions & 5 deletions pkgs/applications/networking/browsers/telescope/default.nix
Original file line number Diff line number Diff line change
@@ -1,23 +1,27 @@
{ stdenv
, lib
, fetchurl
, fetchFromGitHub
, pkg-config
, bison
, libevent
, libressl
, ncurses
, autoreconfHook
}:

stdenv.mkDerivation rec {
pname = "telescope";
version = "0.4.1";
version = "0.5.1";

src = fetchurl {
url = "https://github.com/omar-polo/telescope/releases/download/${version}/telescope-${version}.tar.gz";
sha256 = "086zps4nslv5isfw1b5gvms7vp3fglm7x1a6ks0h0wxarzj350bl";
src = fetchFromGitHub {
owner = "omar-polo";
repo = pname;
rev = version;
sha256 = "0dd09r7b2gm9nv1q67yq4zk9f4v0fwqr5lw51crki9ii82gmj2h8";
};

nativeBuildInputs = [
autoreconfHook
pkg-config
bison
];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@

stdenv.mkDerivation rec {
pname = "newsflash";
version = "1.4.2";
version = "1.4.3";

src = fetchFromGitLab {
owner = "news-flash";
repo = "news_flash_gtk";
rev = version;
hash = "sha256-8W158GrvVGu5b3TG5bomK+hAF6jttZuImkmtcZOl91o=";
rev = "v.${version}";
hash = "sha256-c/zT+FNRDu7jdooNTEYbeG9jLrL+9txe+aC7nSy4bB0=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
name = "${pname}-${version}";
hash = "sha256-zHtD3NVWYQ5njg17Z2YmEttiK2oiq01OiAXIZofIqKI=";
hash = "sha256-yTElaPSoTiJpfIGzuNJCWxVzdWBzim5rt0N2r0ARhvM=";
};

patches = [
Expand Down
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/singularity/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ with lib;

buildGoPackage rec {
pname = "singularity";
version = "3.8.1";
version = "3.8.2";

src = fetchurl {
url = "https://github.com/hpcng/singularity/releases/download/v${version}/singularity-${version}.tar.gz";
sha256 = "sha256-Jkg2b7x+j8up0y+PGH6hSTVsX5CDpXgm1kE1n6hBXZo=";
sha256 = "sha256-mWYR3sQCtNNyuLlFbdnsHLQ3EtCFAuRV84UhvRmYVtM=";
};

goPackagePath = "github.com/sylabs/singularity";
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/interpreters/elixir/1.12.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# How to obtain `sha256`:
# nix-prefetch-url --unpack https://github.com/elixir-lang/elixir/archive/v${version}.tar.gz
mkDerivation {
version = "1.12.2";
sha256 = "sha256-PQkvBaQQljATt+LA3hWJOFyQessqqR1t6o1J2LHllec=";
version = "1.12.3";
sha256 = "sha256-Jo9ZC5cSBVpjVnGZ8tEIUKOhW9uvJM/h84+VcnrT0R0=";
minimumOTPVersion = "22";
}
4 changes: 2 additions & 2 deletions pkgs/development/libraries/folly/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

stdenv.mkDerivation (rec {
pname = "folly";
version = "2021.08.23.00";
version = "2021.08.30.00";

src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-B+J4h12jjusA15+QRR3egmUEwYRrnegtEWMuQX+QuJk=";
sha256 = "sha256-LS1FD5NMLkv7dr4j1b75aEdTDJdbjrXymF7eDFPGRDI=";
};

nativeBuildInputs = [
Expand Down
13 changes: 10 additions & 3 deletions pkgs/development/libraries/libjxl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,24 @@

stdenv.mkDerivation rec {
pname = "libjxl";
version = "unstable-2021-06-22";
version = "0.5";

src = fetchFromGitHub {
owner = "libjxl";
repo = "libjxl";
rev = "409efe027d6a4a4446b84abe8d7b2fa40409257d";
sha256 = "1akb6yyp2h4h6mfcqd4bgr3ybcik5v5kdc1rxaqnyjs7fp2f6nvv";
rev = "v${version}";
sha256 = "0grljgmy6cfhm8zni9d1mdn01qzc49k1pl75vhr7qcd3sp4r8lxm";
# There are various submodules in `third_party/`.
fetchSubmodules = true;
};

# hydra's darwin machines run into https://github.com/libjxl/libjxl/issues/408
# unless we disable highway's tests
postPatch = lib.optional stdenv.isDarwin ''
substituteInPlace third_party/highway/CMakeLists.txt \
--replace 'if(BUILD_TESTING)' 'if(false)'
'';

nativeBuildInputs = [
asciidoc # for docs
cmake
Expand Down
5 changes: 3 additions & 2 deletions pkgs/development/ocaml-modules/visitors/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildDunePackage rec {
pname = "visitors";
version = "20210316";
version = "20210608";

useDune2 = true;

Expand All @@ -13,13 +13,14 @@ buildDunePackage rec {
repo = pname;
rev = version;
domain = "gitlab.inria.fr";
sha256 = "12d45ncy3g9mpcs6n58aq6yzs5qz662msgcr7ccms9jhiq44m8f7";
sha256 = "1p75x5yqwbwv8yb2gz15rfl3znipy59r45d1f4vcjdghhjws6q2a";
};

propagatedBuildInputs = [ ppxlib ppx_deriving result ];

meta = with lib; {
homepage = "https://gitlab.inria.fr/fpottier/visitors";
changelog = "https://gitlab.inria.fr/fpottier/visitors/-/raw/${version}/CHANGES.md";
license = licenses.lgpl21;
description = "An OCaml syntax extension (technically, a ppx_deriving plugin) which generates object-oriented visitors for traversing and transforming data structures";
maintainers = [ maintainers.marsam ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/django-jinja2/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

buildPythonPackage rec {
pname = "django-jinja";
version = "2.9.0";
version = "2.9.1";

meta = {
description = "Simple and nonobstructive jinja2 integration with Django";
Expand All @@ -14,7 +14,7 @@ buildPythonPackage rec {

src = fetchPypi {
inherit pname version;
sha256 = "69433ea312264a541acf1e3e9748e44783ad33381e48e6a7230762e02f005276";
sha256 = "6c1fc68b0f4b1fb21b208a3e5dc19a3b11bab2812c06f827d5fdbd24001a1910";
};

buildInputs = [ django pytz tox ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/flow/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "flow";
version = "0.158.0";
version = "0.159.0";

src = fetchFromGitHub {
owner = "facebook";
repo = "flow";
rev = "v${version}";
sha256 = "sha256-Wl+Jux20gtl+upaKcFF3ub5TetNUf2GwfenH+Ddvqfw=";
sha256 = "sha256-NGYaevL6Jpv5rkYlSzIFMIn36ds7ecOJtEToQIzbOsU=";
};

installPhase = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/tools/esbuild/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoModule rec {
pname = "esbuild";
version = "0.12.24";
version = "0.12.25";

src = fetchFromGitHub {
owner = "evanw";
repo = "esbuild";
rev = "v${version}";
sha256 = "sha256-oD8QjjolEfmfxs+Q4duVUCbEp74HzIWaPrmH8Vn1H+o=";
sha256 = "sha256-2qYfev8x+DmtujIRNgwblTD31Lr+WvQQ/XXjjBOVusE=";
};

vendorSha256 = "sha256-2ABWPqhK2Cf4ipQH7XvRrd+ZscJhYPc3SV2cGT0apdg=";
Expand Down
6 changes: 3 additions & 3 deletions pkgs/development/tools/go-task/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "go-task";
version = "3.7.0";
version = "3.7.3";

src = fetchFromGitHub {
owner = pname;
repo = "task";
rev = "v${version}";
sha256 = "sha256-EksCnhSde25hradmKaDSOfIa/QnMAlIbgbQWX6k5v+4=";
sha256 = "sha256-/NeOMLfYU37Ra7RG/vofq+45Thky6kfGDcgnQxVLVGo=";
};

vendorSha256 = "sha256-Y2Yuc2pcxW0M1CJfN3dezPB9cg6MvOUg5A+yFHCwntk=";
vendorSha256 = "sha256-NU0Mgt8TJE/uE9/f2pFLRT0x6ZgCDbRcomlMFkA+juA=";

doCheck = false;

Expand Down
6 changes: 3 additions & 3 deletions pkgs/development/tools/just/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

rustPlatform.buildRustPackage rec {
pname = "just";
version = "0.10.0";
version = "0.10.1";

src = fetchFromGitHub {
owner = "casey";
repo = pname;
rev = version;
sha256 = "sha256-dolx2P7bnGiK3azMkwj75+ZA3qYr3rCUSLhMPtK85zA=";
sha256 = "sha256-KC/m+I4uOBS0bJb5yvxSkj+1Jlq+bekLTqHlz4vqv8I=";
};
cargoSha256 = "sha256-GPetK2uGB4HIPr/3DdTA0HNHELS8V1MqPtpgilubo9k=";
cargoSha256 = "sha256-et7V7orw2msv30nJ9sntzEQoeN1YqhHMnHOUt4a6e2I=";

nativeBuildInputs = [ installShellFiles ];
buildInputs = lib.optionals stdenv.isDarwin [ libiconv ];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"date": "2019-09-20T18:06:06+08:00",
"path": "/nix/store/wqz9v9znaiwhhqi19hgig9bn0yvl4i9s-tree-sitter-agda",
"sha256": "1wpfj47l97pxk3i9rzdylqipy849r482fnj3lmx8byhalv7z1vm6",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"date": "2021-03-04T14:15:26-08:00",
"path": "/nix/store/nvlvdv02wdy4dq4w19bvzq6nlkgvpj20-tree-sitter-bash",
"sha256": "18c030bb65r50i6z37iy7jb9z9i8i36y7b08dbc9bchdifqsijs5",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"url": "https://github.com/tree-sitter/tree-sitter-c-sharp",
"rev": "3953034ee61e8639100b063092d4280e047ca9e9",
"date": "2021-06-21T12:18:46+02:00",
"path": "/nix/store/8f2bnr790zwibhyd3jqjm38zfc1md5is-tree-sitter-c-sharp",
"sha256": "0k6pb27f463y88bf6ym0zl4d36182y5cr3013j71h3vlg264z96c",
"rev": "87c1aba089207f0fcc022ed88138af5a3e4cf454",
"date": "2021-09-05T21:16:06+01:00",
"path": "/nix/store/wx1asjwcpcmizavl7z756q55z3mvn714-tree-sitter-c-sharp",
"sha256": "1c1s2x7bpirsrkr6cqj9v4czpgavyf6b9dg290l9v7vd9fg3zh6v",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"url": "https://github.com/tree-sitter/tree-sitter-c",
"rev": "008008e30a81849fca0c79291e2b480855e0e02c",
"date": "2021-05-26T09:13:01-07:00",
"path": "/nix/store/vkps4991ip8dhgjqwfw7mamnmnizw31m-tree-sitter-c",
"sha256": "1mw4vma7kl504qn91f6janiqk9i05849rizqkqhyagb3glfbkrx2",
"rev": "d09ab34013de8a30d97a1912fc30811f1172515f",
"date": "2021-08-16T09:37:46-07:00",
"path": "/nix/store/94lp3b3hgap1baci006329zl2i168scm-tree-sitter-c",
"sha256": "0wf85g82p5j1vlw7rphfcpwch4b8sbvp4kk095aqmmcsm7d7dxl4",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"date": "2021-08-13T15:03:50-05:00",
"path": "/nix/store/4aqsac34f0pzpa889067dqci743axrmx-tree-sitter-comment",
"sha256": "0fqhgvpd391nxrpyhxcp674h8qph280ax6rm6dz1pj3lqs3grdka",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"url": "https://github.com/tree-sitter/tree-sitter-cpp",
"rev": "53afc568b70e4b71ee799501f34c876ad511f56e",
"date": "2021-08-13T10:48:59-05:00",
"path": "/nix/store/6gj41lh1fnnmcrz4c1bk3ncw0kpm97nm-tree-sitter-cpp",
"sha256": "02avniqmb5hgpkzwmkgxhrxk296dbkra9miyi5pax461ab4j7a9r",
"rev": "5bb411db33c86b108c891fb2c1473ddc9fad9701",
"date": "2021-08-17T11:20:29-07:00",
"path": "/nix/store/a23w5pnww3wryjs1vimp5ggvgq9bg0rl-tree-sitter-cpp",
"sha256": "1gxd40ipbzjhlk2amsk09v67cjxk4wal60kxycnb04lp6wxwlm8b",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"url": "https://github.com/tree-sitter/tree-sitter-css",
"rev": "94e10230939e702b4fa3fa2cb5c3bc7173b95d07",
"date": "2021-03-04T15:25:23-08:00",
"path": "/nix/store/0q3y4zhphdcc54qijbx2pdp8li9idk64-tree-sitter-css",
"sha256": "0y90nsfbh13mf33yahbk7zklbv7124rpm0v19qydz6nv1f9hpywd",
"rev": "7c390622166517b01445e0bb08f72831731d3088",
"date": "2021-08-17T11:20:41-07:00",
"path": "/nix/store/wx5dzm92k2zv53r5p2s3jv1sak8xdk57-tree-sitter-css",
"sha256": "01r63dqxhgvsc1gkfy0mqsq98dmvc2hdw3c5zdkzdbry8zqpyn8s",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"date": "2021-03-04T10:06:18-08:00",
"path": "/nix/store/09b9drfnywcy1i8wlw6slnn76ch40kqk-tree-sitter-embedded-template",
"sha256": "0c9l4i6kwb29zp05h616y3vk2hhcfc8bhdf9m436bk47pfy2zabg",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"url": "https://github.com/travonted/tree-sitter-fennel",
"rev": "bc689e2ef264e2cba499cfdcd16194e8f5fe87d2",
"date": "2021-03-09T16:47:45-05:00",
"path": "/nix/store/3h4j1mrqvn0ybqjalic92bnhk7c15442-tree-sitter-fennel",
"sha256": "1jm21bmsdrz9x5skqmx433q9b4mfi88gzc4la5hqps4is28inqms",
"rev": "e10b04389094d9b96aa8489121c1f285562d701d",
"date": "2021-08-18T16:21:04-04:00",
"path": "/nix/store/rmlldcr0yq9c87lp96jrajbf5n4xin6r-tree-sitter-fennel",
"sha256": "1bavjjy8wbp1hkj1nps1lsqa9ihwhnj039hfi1fvgxv5j7il74ir",
"fetchLFS": false,
"fetchSubmodules": false,
"deepClone": false,
"leaveDotGit": false
Expand Down
Loading

0 comments on commit b6f0eb9

Please sign in to comment.