lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge staging-next into staging

authored by

github-actions[bot] and committed by
GitHub
61ce96a6 72e8045e

+436 -190
+1 -1
maintainers/maintainer-list.nix
··· 6580 6580 githubId = 4158274; 6581 6581 name = "Michiel Leenaars"; 6582 6582 }; 6583 - legendofmiracles = { 6583 + lom = { 6584 6584 email = "legendofmiracles@protonmail.com"; 6585 6585 matrix = "@legendofmiracles:matrix.org"; 6586 6586 github = "legendofmiracles";
+39 -1
nixos/modules/virtualisation/amazon-ec2-amis.nix
··· 402 402 "21.05".ap-east-1.x86_64-linux.hvm-ebs = "ami-06dc98082bc55c1fc"; 403 403 "21.05".sa-east-1.x86_64-linux.hvm-ebs = "ami-04737dd49b98936c6"; 404 404 405 - latest = self."21.05"; 405 + # 21.11.333823.96b4157790f-x86_64-linux 406 + "21.11".eu-west-1.x86_64-linux.hvm-ebs = "ami-01d0304a712f2f3f0"; 407 + "21.11".eu-west-2.x86_64-linux.hvm-ebs = "ami-00e828bfc1e5d09ac"; 408 + "21.11".eu-west-3.x86_64-linux.hvm-ebs = "ami-0e1ea64430d8103f2"; 409 + "21.11".eu-central-1.x86_64-linux.hvm-ebs = "ami-0fcf28c07e86142c5"; 410 + "21.11".eu-north-1.x86_64-linux.hvm-ebs = "ami-0ee83a3c6590fd6b1"; 411 + "21.11".us-east-1.x86_64-linux.hvm-ebs = "ami-099756bfda4540da0"; 412 + "21.11".us-east-2.x86_64-linux.hvm-ebs = "ami-0b20a80b82052d23f"; 413 + "21.11".us-west-1.x86_64-linux.hvm-ebs = "ami-088ea590004b01752"; 414 + "21.11".us-west-2.x86_64-linux.hvm-ebs = "ami-0025b9d4831b911a7"; 415 + "21.11".ca-central-1.x86_64-linux.hvm-ebs = "ami-0e67089f898e74443"; 416 + "21.11".ap-southeast-1.x86_64-linux.hvm-ebs = "ami-0dc8d718279d3402d"; 417 + "21.11".ap-southeast-2.x86_64-linux.hvm-ebs = "ami-0155e842329970187"; 418 + "21.11".ap-northeast-1.x86_64-linux.hvm-ebs = "ami-07c95eda953bf5435"; 419 + "21.11".ap-northeast-2.x86_64-linux.hvm-ebs = "ami-04167df3cd952b3bd"; 420 + "21.11".ap-south-1.x86_64-linux.hvm-ebs = "ami-0680e05531b3db677"; 421 + "21.11".ap-east-1.x86_64-linux.hvm-ebs = "ami-0835a3e481dc240f9"; 422 + "21.11".sa-east-1.x86_64-linux.hvm-ebs = "ami-0f7c354c421348e51"; 423 + 424 + # 21.11.333823.96b4157790f-aarch64-linux 425 + "21.11".eu-west-1.aarch64-linux.hvm-ebs = "ami-048f3eea6a12c4b3b"; 426 + "21.11".eu-west-2.aarch64-linux.hvm-ebs = "ami-0e6f18f2009806add"; 427 + "21.11".eu-west-3.aarch64-linux.hvm-ebs = "ami-0a28d593f5e938d80"; 428 + "21.11".eu-central-1.aarch64-linux.hvm-ebs = "ami-0b9c95d926ab9474c"; 429 + "21.11".eu-north-1.aarch64-linux.hvm-ebs = "ami-0f2d400b4a2368a1a"; 430 + "21.11".us-east-1.aarch64-linux.hvm-ebs = "ami-05afb75585567d386"; 431 + "21.11".us-east-2.aarch64-linux.hvm-ebs = "ami-07f360673c2fccf8d"; 432 + "21.11".us-west-1.aarch64-linux.hvm-ebs = "ami-0a6892c61d85774db"; 433 + "21.11".us-west-2.aarch64-linux.hvm-ebs = "ami-04eaf20283432e852"; 434 + "21.11".ca-central-1.aarch64-linux.hvm-ebs = "ami-036b69828502e7fdf"; 435 + "21.11".ap-southeast-1.aarch64-linux.hvm-ebs = "ami-0d52e51e68b6954ef"; 436 + "21.11".ap-southeast-2.aarch64-linux.hvm-ebs = "ami-000a3019e003f4fb9"; 437 + "21.11".ap-northeast-1.aarch64-linux.hvm-ebs = "ami-09b0c7928780e25b6"; 438 + "21.11".ap-northeast-2.aarch64-linux.hvm-ebs = "ami-05f80f3c83083ff62"; 439 + "21.11".ap-south-1.aarch64-linux.hvm-ebs = "ami-05b2a3ff8489c3f59"; 440 + "21.11".ap-east-1.aarch64-linux.hvm-ebs = "ami-0aa3b50a4f2822a00"; 441 + "21.11".sa-east-1.aarch64-linux.hvm-ebs = "ami-00f68eff453d3fe69"; 442 + 443 + latest = self."21.11"; 406 444 }; in self
+1 -1
pkgs/applications/audio/noisetorch/default.nix
··· 37 37 homepage = "https://github.com/lawl/NoiseTorch"; 38 38 license = licenses.gpl3Plus; 39 39 platforms = platforms.linux; 40 - maintainers = with maintainers; [ panaeon legendofmiracles ]; 40 + maintainers = with maintainers; [ panaeon lom ]; 41 41 }; 42 42 }
+4 -2
pkgs/applications/audio/schismtracker/default.nix
··· 9 9 10 10 stdenv.mkDerivation rec { 11 11 pname = "schismtracker"; 12 - version = "20210525"; 12 + version = "20211116"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = pname; 16 16 repo = pname; 17 17 rev = version; 18 - sha256 = "06ybkbqry7f7lmzgwb9s7ipafshl5gdj98lcjsjkcbnywj8r9b3h"; 18 + sha256 = "1kcw4rwphyqh0hwwjsydzwg484xj17rb5lc8pfsixsg77z50ayzz"; 19 19 }; 20 20 21 21 configureFlags = [ "--enable-dependency-tracking" ] ··· 24 24 nativeBuildInputs = [ autoreconfHook python ]; 25 25 26 26 buildInputs = [ SDL ] ++ lib.optional stdenv.isLinux alsa-lib; 27 + 28 + enableParallelBuilding = true; 27 29 28 30 meta = with lib; { 29 31 description = "Music tracker application, free reimplementation of Impulse Tracker";
+2 -1
pkgs/applications/graphics/mcomix3/default.nix
··· 47 47 runHook preInstall 48 48 49 49 substituteInPlace mime/*.desktop \ 50 - --replace "Exec=mcomix" "Exec=mcomix3" 50 + --replace "Exec=mcomix" "Exec=mcomix3" \ 51 + --replace "Icon=mcomix" "Icon=${pname}" 51 52 ${python3.executable} installer.py --srcdir=mcomix --target=$libdir 52 53 mv $libdir/mcomix/mcomixstarter.py $out/bin/${pname} 53 54 mv $libdir/mcomix/comicthumb.py $out/bin/comicthumb
+1 -1
pkgs/applications/graphics/weylus/default.nix
··· 53 53 description = "Use your tablet as graphic tablet/touch screen on your computer"; 54 54 homepage = "https://github.com/H-M-H/Weylus"; 55 55 license = with licenses; [ agpl3Only ]; 56 - maintainers = with maintainers; [ legendofmiracles ]; 56 + maintainers = with maintainers; [ lom ]; 57 57 }; 58 58 }
+1 -1
pkgs/applications/misc/ArchiSteamFarm/default.nix
··· 47 47 homepage = "https://github.com/JustArchiNET/ArchiSteamFarm"; 48 48 license = licenses.asl20; 49 49 platforms = dotnetCorePackages.aspnetcore_5_0.meta.platforms; 50 - maintainers = with maintainers; [ SuperSandro2000 legendofmiracles ]; 50 + maintainers = with maintainers; [ SuperSandro2000 lom ]; 51 51 }; 52 52 }
+1 -1
pkgs/applications/misc/cfm/default.nix
··· 19 19 meta = with lib; { 20 20 description = "Simple and fast TUI file manager with no dependencies"; 21 21 license = licenses.mpl20; 22 - maintainers = with maintainers; [ legendofmiracles ]; 22 + maintainers = with maintainers; [ lom ]; 23 23 homepage = "https://github.com/willeccles/cfm"; 24 24 platforms = platforms.all; 25 25 };
+1 -1
pkgs/applications/networking/instant-messengers/element/element-desktop-package.json
··· 2 2 "name": "element-desktop", 3 3 "productName": "Element", 4 4 "main": "lib/electron-main.js", 5 - "version": "1.9.4", 5 + "version": "1.9.5", 6 6 "description": "A feature-rich client for Matrix.org", 7 7 "author": "Element", 8 8 "repository": {
+3 -3
pkgs/applications/networking/instant-messengers/element/pin.json
··· 1 1 { 2 - "version": "1.9.4", 3 - "desktopSrcHash": "sTY55DWeEKV3Ma5DTr4W6K6BjrE019aY8LRk/5f8pPM=", 2 + "version": "1.9.5", 3 + "desktopSrcHash": "8x3TBu0zSNEVWp+ULydule8bPSd01pMkCZHdJbQf82U=", 4 4 "desktopYarnHash": "0axz0d5qryd0k89lrziah1r6j1154c1cibf1qsjk1azlri3k4298", 5 - "webHash": "141iz2jcvwyv3fpi63ddi697qzkk6jg100d0lz6iam98m8m35g24" 5 + "webHash": "04pabvvb3l88gp866fkbjngl9r20s300pvw7qykynl0ps8fjms0l" 6 6 }
+3 -3
pkgs/applications/networking/p2p/rqbit/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "rqbit"; 5 - version = "2.1.2"; 5 + version = "2.1.3"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "ikatson"; 9 9 repo = "rqbit"; 10 10 rev = "v${version}"; 11 - sha256 = "0b9wxjwnhhs3vi1x55isdqck67lh1r7nf3dwmhlwcg5887smwp5c"; 11 + sha256 = "sha256-ovg+oMlt3XzOxG9w/5Li3awMyRdIt1/JnIFfZktftkw="; 12 12 }; 13 13 14 - cargoSha256 = "1s278d73mwqpq3n5vmrn5jb6g5dafaaplnhs8346pwcc6y16w3d3"; 14 + cargoSha256 = "sha256-0CA0HwFI86VfSyBNn0nlC1n4BVgOc9BLh1it7ReT8+Y="; 15 15 16 16 nativeBuildInputs = lib.optionals stdenv.isLinux [ pkg-config ]; 17 17
+1 -1
pkgs/applications/networking/tmpmail/default.nix
··· 28 28 homepage = "https://github.com/sdushantha/tmpmail"; 29 29 description = "A temporary email right from your terminal written in POSIX sh "; 30 30 license = licenses.mit; 31 - maintainers = [ maintainers.legendofmiracles ]; 31 + maintainers = [ maintainers.lom ]; 32 32 }; 33 33 }
+10 -1
pkgs/applications/science/math/mathematica/default.nix
··· 90 90 cd Installer 91 91 # don't restrict PATH, that has already been done 92 92 sed -i -e 's/^PATH=/# PATH=/' MathInstaller 93 - sed -i -e 's/\/bin\/bash/\/bin\/sh/' MathInstaller 93 + 94 + # Fix the installation script as follows: 95 + # 1. Adjust the shebang 96 + # 2. Use the wrapper in the desktop items 97 + substituteInPlace MathInstaller \ 98 + --replace "/bin/bash" "/bin/sh" \ 99 + --replace "Executables/Mathematica" "../../bin/mathematica" 100 + 101 + # Install the desktop items 102 + export XDG_DATA_HOME="$out/share" 94 103 95 104 echo "=== Running MathInstaller ===" 96 105 ./MathInstaller -auto -createdir=y -execdir=$out/bin -targetdir=$out/libexec/Mathematica -silent
+3 -4
pkgs/applications/version-management/gitkraken/default.nix
··· 11 11 let 12 12 curlWithGnuTls = curl.override { gnutlsSupport = true; opensslSupport = false; }; 13 13 pname = "gitkraken"; 14 - version = "8.1.0"; 14 + version = "8.1.1"; 15 15 16 16 throwSystem = throw "Unsupported system: ${stdenv.hostPlatform.system}"; 17 17 18 18 srcs = { 19 19 x86_64-linux = fetchzip { 20 - 21 20 url = "https://release.axocdn.com/linux/GitKraken-v${version}.tar.gz"; 22 - sha256 = "sha256-yC7MGTVxD8xEutlleH3WKRnendnv0KijhUwQ00wwJYQ"; 21 + sha256 = "sha256-C6R7/ucQhMsugg7qT+B8OG77AMOx2nmZlVAQcxAfpmc="; 23 22 }; 24 23 25 24 x86_64-darwin = fetchzip { 26 25 url = "https://release.axocdn.com/darwin/GitKraken-v${version}.zip"; 27 - sha256 = "sha256-SP+LCsxjl5YNOu4rDZOiDIqkynGE+iiLJtxi8tFugKM="; 26 + sha256 = "sha256-l0K9Ha+0KqVqNQOSouT2rwRRi4YoIjMNnZnmBY8Loa8="; 28 27 }; 29 28 30 29 aarch64-darwin = srcs.x86_64-darwin;
+8 -8
pkgs/applications/version-management/gitlab/data.json
··· 1 1 { 2 - "version": "14.4.2", 3 - "repo_hash": "0zhac96b6p7p9vpj083ajfsj5a2fwkv602zxv79cjvpd924c5ws2", 4 - "yarn_hash": "0l0lgcgxaira980a1y550pfsm4f2pw97gi8s5pghyfil2v2lyxyw", 2 + "version": "14.5.0", 3 + "repo_hash": "sha256-HKm2zxr9jHN5NvoKoR0YnEsna84oz+ax6BYmDiWrODc=", 4 + "yarn_hash": "081c06ds723mv95ivpnlh3ida2ra3brrm1lzfh2pmlg5wz9vi1cs", 5 5 "owner": "gitlab-org", 6 6 "repo": "gitlab", 7 - "rev": "v14.4.2-ee", 7 + "rev": "v14.5.0-ee", 8 8 "passthru": { 9 - "GITALY_SERVER_VERSION": "14.4.2", 10 - "GITLAB_PAGES_VERSION": "1.46.0", 11 - "GITLAB_SHELL_VERSION": "13.21.1", 12 - "GITLAB_WORKHORSE_VERSION": "14.4.2" 9 + "GITALY_SERVER_VERSION": "14.5.0", 10 + "GITLAB_PAGES_VERSION": "1.48.0", 11 + "GITLAB_SHELL_VERSION": "13.22.0", 12 + "GITLAB_WORKHORSE_VERSION": "14.5.0" 13 13 } 14 14 }
+1 -1
pkgs/applications/version-management/gitlab/gitaly/Gemfile
··· 1 1 source 'https://rubygems.org' 2 2 3 - gem 'rugged', '~> 1.1' 3 + gem 'rugged', '~> 1.2' 4 4 gem 'github-linguist', '~> 7.12', require: 'linguist' 5 5 gem 'gitlab-markup', '~> 1.7.1' 6 6 gem 'activesupport', '~> 6.1.4.1'
+3 -3
pkgs/applications/version-management/gitlab/gitaly/Gemfile.lock
··· 121 121 parallel (1.19.2) 122 122 parser (2.7.2.0) 123 123 ast (~> 2.4.1) 124 - pg_query (2.1.0) 124 + pg_query (2.1.1) 125 125 google-protobuf (>= 3.17.1) 126 126 proc_to_ast (0.1.0) 127 127 coderay ··· 184 184 rubocop-ast (0.2.0) 185 185 parser (>= 2.7.0.1) 186 186 ruby-progressbar (1.10.1) 187 - rugged (1.1.0) 187 + rugged (1.2.0) 188 188 sanitize (4.6.6) 189 189 crass (~> 1.0.2) 190 190 nokogiri (>= 1.4.4) ··· 234 234 rspec 235 235 rspec-parameterized 236 236 rubocop (~> 0.69) 237 - rugged (~> 1.1) 237 + rugged (~> 1.2) 238 238 sentry-raven (~> 3.0) 239 239 timecop 240 240
+16 -4
pkgs/applications/version-management/gitlab/gitaly/default.nix
··· 4 4 , libgit2, openssl, zlib, pcre, http-parser }: 5 5 6 6 let 7 + # git2go 32.0.5 does not support libgit2 1.2.0 or 1.3.0. 8 + # It needs a specific commit in between those two releases. 9 + libgit2_custom = libgit2.overrideAttrs (oldAttrs: rec { 10 + version = "1.2.0"; 11 + src = fetchFromGitHub { 12 + owner = "libgit2"; 13 + repo = "libgit2"; 14 + rev = "109b4c887ffb63962c7017a66fc4a1f48becb48e"; 15 + sha256 = "sha256-w029FHpOv5K49wE1OJMOlkTe+2cv+ORYqEHxs59GDBI="; 16 + }; 17 + }); 18 + 7 19 rubyEnv = bundlerEnv rec { 8 20 name = "gitaly-env"; 9 21 inherit ruby; ··· 21 33 }; 22 34 }; 23 35 24 - version = "14.4.2"; 36 + version = "14.5.0"; 25 37 gitaly_package = "gitlab.com/gitlab-org/gitaly/v${lib.versions.major version}"; 26 38 in 27 39 ··· 33 45 owner = "gitlab-org"; 34 46 repo = "gitaly"; 35 47 rev = "v${version}"; 36 - sha256 = "sha256-MzYUSoG+HjW9o2zn6Q9Pd5NfI7hZkw1xFXOXHbbxJvo="; 48 + sha256 = "sha256-DbyxZKxW+S2u23+F8VQxkDXWp+L1WeISs6OEBb5DavA="; 37 49 }; 38 50 39 - vendorSha256 = "sha256-9RhPQosen70E9t1iAoc2SeKs9pYMMpMqgXLekWfKNf8="; 51 + vendorSha256 = "sha256-ZLd4E3+e25Hqmd6ZyF3X6BveMEg7OF0FX9IvNBWn3v0="; 40 52 41 53 passthru = { 42 54 inherit rubyEnv; ··· 46 58 47 59 tags = [ "static,system_libgit2" ]; 48 60 nativeBuildInputs = [ pkg-config ]; 49 - buildInputs = [ rubyEnv.wrappedRuby libgit2 openssl zlib pcre http-parser ]; 61 + buildInputs = [ rubyEnv.wrappedRuby libgit2_custom openssl zlib pcre http-parser ]; 50 62 doCheck = false; 51 63 52 64 postInstall = ''
+4 -4
pkgs/applications/version-management/gitlab/gitaly/gemset.nix
··· 554 554 platforms = []; 555 555 source = { 556 556 remotes = ["https://rubygems.org"]; 557 - sha256 = "12dibsqndfnckc24yryy8v467rxp7p80jx21jhm8z7swp8118jhx"; 557 + sha256 = "0cf1b97nznl6adkx25j2x96sq8xx2b4fpic230fx65k3vqqn8a4r"; 558 558 type = "gem"; 559 559 }; 560 - version = "2.1.0"; 560 + version = "2.1.1"; 561 561 }; 562 562 proc_to_ast = { 563 563 dependencies = ["coderay" "parser" "unparser"]; ··· 830 830 platforms = []; 831 831 source = { 832 832 remotes = ["https://rubygems.org"]; 833 - sha256 = "04aq913plcxjw71l5r62qgz3bx3466p0wvgyfqahg5n3nybmcwqy"; 833 + sha256 = "1v846qs2pa3wnzgz95jzbcdrgl9vyjl65qiscw4q4dvm5sb7j68i"; 834 834 type = "gem"; 835 835 }; 836 - version = "1.1.0"; 836 + version = "1.2.0"; 837 837 }; 838 838 sanitize = { 839 839 dependencies = ["crass" "nokogiri" "nokogumbo"];
+2 -2
pkgs/applications/version-management/gitlab/gitlab-shell/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "gitlab-shell"; 5 - version = "13.21.1"; 5 + version = "13.22.0"; 6 6 src = fetchFromGitLab { 7 7 owner = "gitlab-org"; 8 8 repo = "gitlab-shell"; 9 9 rev = "v${version}"; 10 - sha256 = "sha256-FBkxJLl58ZbqM1P4LohsozGiKg38gQwVGOV9AAjVE0M="; 10 + sha256 = "sha256-jMFTNyGdegdBO+f6Pw36iuhvyzcM8rCbnfSyLSOiEjY="; 11 11 }; 12 12 13 13 buildInputs = [ ruby ];
+1 -1
pkgs/applications/version-management/gitlab/gitlab-workhorse/default.nix
··· 5 5 buildGoModule rec { 6 6 pname = "gitlab-workhorse"; 7 7 8 - version = "14.4.2"; 8 + version = "14.5.0"; 9 9 10 10 src = fetchFromGitLab { 11 11 owner = data.owner;
+14 -10
pkgs/applications/version-management/gitlab/rubyEnv/Gemfile
··· 4 4 5 5 gem 'rails', '~> 6.1.4.1' 6 6 7 - gem 'bootsnap', '~> 1.4.6' 7 + gem 'bootsnap', '~> 1.9.1', require: false 8 8 9 9 # Responders respond_to and respond_with 10 10 gem 'responders', '~> 3.0' ··· 17 17 # Supported DBs 18 18 gem 'pg', '~> 1.1' 19 19 20 - gem 'rugged', '~> 1.1' 20 + gem 'rugged', '~> 1.2' 21 21 gem 'grape-path-helpers', '~> 1.7.0' 22 22 23 23 gem 'faraday', '~> 1.0' 24 24 gem 'marginalia', '~> 1.10.0' 25 25 26 26 # Authorization 27 - gem 'declarative_policy', '~> 1.0.0' 27 + gem 'declarative_policy', '~> 1.1.0' 28 28 29 29 # Authentication libraries 30 30 gem 'devise', '~> 4.7.2' ··· 38 38 gem 'omniauth-azure-activedirectory-v2', '~> 1.0' 39 39 gem 'omniauth-azure-oauth2', '~> 0.0.9' # Deprecated v1 version 40 40 gem 'omniauth-cas3', '~> 1.1.4' 41 + gem 'omniauth-dingtalk-oauth2', '~> 1.0' 41 42 gem 'omniauth-facebook', '~> 4.0.0' 42 43 gem 'omniauth-github', '~> 1.4' 43 44 gem 'omniauth-gitlab', '~> 1.0.2' ··· 129 130 gem 'fog-openstack', '~> 1.0' 130 131 gem 'fog-rackspace', '~> 0.1.1' 131 132 gem 'fog-aliyun', '~> 0.3' 132 - gem 'gitlab-fog-azure-rm', '~> 1.2.0', require: false 133 + gem 'gitlab-fog-azure-rm', '~> 1.2.0', require: 'fog/azurerm' 133 134 134 135 # for Google storage 135 136 gem 'google-api-client', '~> 0.33' ··· 186 187 group :puma do 187 188 gem 'puma', '~> 5.3.1', require: false 188 189 gem 'puma_worker_killer', '~> 0.3.1', require: false 190 + gem 'sd_notify', '~> 0.1.0', require: false 189 191 end 190 192 191 193 # State machine ··· 290 292 gem 'terser', '1.0.2' 291 293 292 294 gem 'addressable', '~> 2.8' 293 - gem 'gemojione', '~> 3.3' 295 + gem 'tanuki_emoji', '~> 0.5' 294 296 gem 'gon', '~> 6.4.0' 295 297 gem 'request_store', '~> 1.5' 296 298 gem 'base32', '~> 0.3.0' ··· 341 343 gem 'lefthook', '~> 0.7.0', require: false 342 344 gem 'solargraph', '~> 0.43', require: false 343 345 344 - gem 'letter_opener_web', '~> 1.4.1' 346 + gem 'letter_opener_web', '~> 2.0.0' 345 347 346 348 # Better errors handler 347 349 gem 'better_errors', '~> 2.9.0' 348 350 349 351 # thin instead webrick 350 352 gem 'thin', '~> 1.8.0' 353 + 354 + gem 'sprite-factory', '~> 1.7' 351 355 end 352 356 353 357 group :development, :test do ··· 372 376 gem 'spring', '~> 2.1.0' 373 377 gem 'spring-commands-rspec', '~> 1.0.4' 374 378 375 - gem 'gitlab-styles', '~> 6.3.0', require: false 379 + gem 'gitlab-styles', '~> 6.4.0', require: false 376 380 377 381 gem 'haml_lint', '~> 0.36.0', require: false 378 382 gem 'bundler-audit', '~> 0.7.0.1', require: false ··· 396 400 end 397 401 398 402 group :development, :test, :danger do 399 - gem 'gitlab-dangerfiles', '~> 2.3.0', require: false 403 + gem 'gitlab-dangerfiles', '~> 2.5.0', require: false 400 404 end 401 405 402 406 group :development, :test, :coverage do ··· 474 478 gem 'spamcheck', '~> 0.1.0' 475 479 476 480 # Gitaly GRPC protocol definitions 477 - gem 'gitaly', '~> 14.3.0.pre.rc2' 481 + gem 'gitaly', '~> 14.4.0.pre.rc43' 478 482 479 483 # KAS GRPC protocol definitions 480 484 gem 'kas-grpc', '~> 0.0.2' ··· 535 539 536 540 gem 'parslet', '~> 1.8' 537 541 538 - gem 'sd_notify' 542 + gem 'ipynbdiff', '0.3.7'
+33 -24
pkgs/applications/version-management/gitlab/rubyEnv/Gemfile.lock
··· 141 141 rack (>= 0.9.0) 142 142 bindata (2.4.10) 143 143 binding_ninja (0.2.3) 144 - bootsnap (1.4.6) 144 + bootsnap (1.9.1) 145 145 msgpack (~> 1.0) 146 146 bootstrap_form (4.2.0) 147 147 actionpack (>= 5.0) ··· 215 215 css_parser (1.7.0) 216 216 addressable 217 217 daemons (1.3.1) 218 - danger (8.3.1) 218 + danger (8.4.1) 219 219 claide (~> 1.0) 220 220 claide-plugins (>= 0.9.2) 221 221 colored2 (~> 3.1) ··· 237 237 html-pipeline 238 238 declarative (0.0.20) 239 239 declarative-option (0.1.0) 240 - declarative_policy (1.0.0) 240 + declarative_policy (1.1.0) 241 241 default_value_for (3.4.0) 242 242 activerecord (>= 3.2.0, < 7.0) 243 243 deprecation_toolkit (1.5.1) ··· 429 429 ruby-progressbar (~> 1.4) 430 430 fuzzyurl (0.9.0) 431 431 gemoji (3.0.1) 432 - gemojione (3.3.0) 433 - json 434 432 get_process_mem (0.2.5) 435 433 ffi (~> 1.0) 436 434 gettext (3.3.6) ··· 445 443 rails (>= 3.2.0) 446 444 git (1.7.0) 447 445 rchardet (~> 1.8) 448 - gitaly (14.3.0.pre.rc2) 446 + gitaly (14.4.0.pre.rc43) 449 447 grpc (~> 1.0) 450 448 github-markup (1.7.0) 451 449 gitlab (4.16.1) ··· 453 451 terminal-table (~> 1.5, >= 1.5.1) 454 452 gitlab-chronic (0.10.5) 455 453 numerizer (~> 0.2) 456 - gitlab-dangerfiles (2.3.0) 454 + gitlab-dangerfiles (2.5.0) 457 455 danger (>= 8.3.1) 458 456 danger-gitlab (>= 8.0.0) 459 457 gitlab-experiment (0.6.4) ··· 485 483 openid_connect (~> 1.2) 486 484 gitlab-sidekiq-fetcher (0.8.0) 487 485 sidekiq (~> 6.1) 488 - gitlab-styles (6.3.0) 486 + gitlab-styles (6.4.0) 489 487 rubocop (~> 0.91, >= 0.91.1) 490 488 rubocop-gitlab-security (~> 0.1.1) 491 489 rubocop-performance (~> 1.9.2) ··· 635 633 invisible_captcha (1.1.0) 636 634 rails (>= 4.2) 637 635 ipaddress (0.8.3) 636 + ipynbdiff (0.3.7) 637 + diffy (= 3.3.0) 638 + json (= 2.5.1) 638 639 jaeger-client (1.1.0) 639 640 opentracing (~> 0.3) 640 641 thrift ··· 692 693 lefthook (0.7.5) 693 694 letter_opener (1.7.0) 694 695 launchy (~> 2.2) 695 - letter_opener_web (1.4.1) 696 - actionmailer (>= 3.2) 697 - letter_opener (~> 1.0) 698 - railties (>= 3.2) 696 + letter_opener_web (2.0.0) 697 + actionmailer (>= 5.2) 698 + letter_opener (~> 1.7) 699 + railties (>= 5.2) 700 + rexml 699 701 libyajl2 (1.2.0) 700 702 license_finder (6.0.0) 701 703 bundler ··· 832 834 addressable (~> 2.3) 833 835 nokogiri (~> 1.7, >= 1.7.1) 834 836 omniauth (~> 1.2) 837 + omniauth-dingtalk-oauth2 (1.0.0) 838 + omniauth-oauth2 (~> 1.7.1) 835 839 omniauth-facebook (4.0.0) 836 840 omniauth-oauth2 (~> 1.2) 837 841 omniauth-github (1.4.0) ··· 852 856 omniauth-oauth (1.1.0) 853 857 oauth 854 858 omniauth (~> 1.0) 855 - omniauth-oauth2 (1.7.1) 859 + omniauth-oauth2 (1.7.2) 856 860 oauth2 (~> 1.4) 857 861 omniauth (>= 1.9, < 3) 858 862 omniauth-oauth2-generic (0.2.2) ··· 1122 1126 rubyntlm (0.6.2) 1123 1127 rubypants (0.2.0) 1124 1128 rubyzip (2.0.0) 1125 - rugged (1.1.0) 1129 + rugged (1.2.0) 1126 1130 safe_yaml (1.0.4) 1127 1131 safety_net_attestation (0.4.0) 1128 1132 jwt (~> 2.0) ··· 1148 1152 addressable (>= 2.3.5) 1149 1153 faraday (> 0.8, < 2.0) 1150 1154 scientist (1.6.0) 1151 - sd_notify (0.1.1) 1155 + sd_notify (0.1.0) 1152 1156 securecompare (1.0.0) 1153 1157 seed-fu (2.3.7) 1154 1158 activerecord (>= 3.1) ··· 1210 1214 spring (2.1.1) 1211 1215 spring-commands-rspec (1.0.4) 1212 1216 spring (>= 0.9.1) 1217 + sprite-factory (1.7.1) 1213 1218 sprockets (3.7.2) 1214 1219 concurrent-ruby (~> 1.0) 1215 1220 rack (> 1, < 3) ··· 1240 1245 sys-filesystem (1.1.9) 1241 1246 ffi 1242 1247 sysexits (1.2.0) 1248 + tanuki_emoji (0.5.0) 1243 1249 temple (0.8.2) 1244 1250 terminal-table (1.8.0) 1245 1251 unicode-display_width (~> 1.1, >= 1.1.1) ··· 1393 1399 benchmark-ips (~> 2.3.0) 1394 1400 benchmark-memory (~> 0.1) 1395 1401 better_errors (~> 2.9.0) 1396 - bootsnap (~> 1.4.6) 1402 + bootsnap (~> 1.9.1) 1397 1403 bootstrap_form (~> 4.2.0) 1398 1404 browser (~> 4.2) 1399 1405 bullet (~> 6.1.3) ··· 1410 1416 crystalball (~> 0.7.0) 1411 1417 database_cleaner (~> 1.7.0) 1412 1418 deckar01-task_list (= 2.3.1) 1413 - declarative_policy (~> 1.0.0) 1419 + declarative_policy (~> 1.1.0) 1414 1420 default_value_for (~> 3.4.0) 1415 1421 deprecation_toolkit (~> 1.5.1) 1416 1422 derailed_benchmarks ··· 1448 1454 fog-rackspace (~> 0.1.1) 1449 1455 fugit (~> 1.2.1) 1450 1456 fuubar (~> 2.2.0) 1451 - gemojione (~> 3.3) 1452 1457 gettext (~> 3.3) 1453 1458 gettext_i18n_rails (~> 1.8.0) 1454 1459 gettext_i18n_rails_js (~> 1.3) 1455 - gitaly (~> 14.3.0.pre.rc2) 1460 + gitaly (~> 14.4.0.pre.rc43) 1456 1461 github-markup (~> 1.7.0) 1457 1462 gitlab-chronic (~> 0.10.5) 1458 - gitlab-dangerfiles (~> 2.3.0) 1463 + gitlab-dangerfiles (~> 2.5.0) 1459 1464 gitlab-experiment (~> 0.6.4) 1460 1465 gitlab-fog-azure-rm (~> 1.2.0) 1461 1466 gitlab-labkit (~> 0.21.1) ··· 1465 1470 gitlab-net-dns (~> 0.9.1) 1466 1471 gitlab-omniauth-openid-connect (~> 0.8.0) 1467 1472 gitlab-sidekiq-fetcher (= 0.8.0) 1468 - gitlab-styles (~> 6.3.0) 1473 + gitlab-styles (~> 6.4.0) 1469 1474 gitlab_chronic_duration (~> 0.10.6.2) 1470 1475 gitlab_omniauth-ldap (~> 2.1.1) 1471 1476 gon (~> 6.4.0) ··· 1495 1500 icalendar 1496 1501 invisible_captcha (~> 1.1.0) 1497 1502 ipaddress (~> 0.8.3) 1503 + ipynbdiff (= 0.3.7) 1498 1504 jira-ruby (~> 2.1.4) 1499 1505 js_regex (~> 3.7) 1500 1506 json (~> 2.5.1) ··· 1506 1512 kramdown (~> 2.3.1) 1507 1513 kubeclient (~> 4.9.2) 1508 1514 lefthook (~> 0.7.0) 1509 - letter_opener_web (~> 1.4.1) 1515 + letter_opener_web (~> 2.0.0) 1510 1516 license_finder (~> 6.0) 1511 1517 licensee (~> 9.14.1) 1512 1518 lockbox (~> 0.6.2) ··· 1535 1541 omniauth-azure-activedirectory-v2 (~> 1.0) 1536 1542 omniauth-azure-oauth2 (~> 0.0.9) 1537 1543 omniauth-cas3 (~> 1.1.4) 1544 + omniauth-dingtalk-oauth2 (~> 1.0) 1538 1545 omniauth-facebook (~> 4.0.0) 1539 1546 omniauth-github (~> 1.4) 1540 1547 omniauth-gitlab (~> 1.0.2) ··· 1596 1603 ruby-saml (~> 1.13.0) 1597 1604 ruby_parser (~> 3.15) 1598 1605 rubyzip (~> 2.0.0) 1599 - rugged (~> 1.1) 1606 + rugged (~> 1.2) 1600 1607 sanitize (~> 5.2.1) 1601 1608 sassc-rails (~> 2.1.0) 1602 - sd_notify 1609 + sd_notify (~> 0.1.0) 1603 1610 seed-fu (~> 2.3.7) 1604 1611 selenium-webdriver (~> 3.142) 1605 1612 sentry-raven (~> 3.1) ··· 1616 1623 spamcheck (~> 0.1.0) 1617 1624 spring (~> 2.1.0) 1618 1625 spring-commands-rspec (~> 1.0.4) 1626 + sprite-factory (~> 1.7) 1619 1627 sprockets (~> 3.7.0) 1620 1628 sshkey (~> 2.0) 1621 1629 stackprof (~> 0.2.15) 1622 1630 state_machines-activerecord (~> 0.8.0) 1623 1631 sys-filesystem (~> 1.1.6) 1632 + tanuki_emoji (~> 0.5) 1624 1633 terser (= 1.0.2) 1625 1634 test-prof (~> 1.0.7) 1626 1635 test_file_finder (~> 0.1.3)
+64 -33
pkgs/applications/version-management/gitlab/rubyEnv/gemset.nix
··· 557 557 platforms = []; 558 558 source = { 559 559 remotes = ["https://rubygems.org"]; 560 - sha256 = "0bz62p9vc7lcrmzhiz4pf7myww086mq287cw3jjj7fyc7jhmamw0"; 560 + sha256 = "1ndjra3h86dq28njm2swmaw6n3vsywrycrf7i5iy9l8hrhfhv4x2"; 561 561 type = "gem"; 562 562 }; 563 - version = "1.4.6"; 563 + version = "1.9.1"; 564 564 }; 565 565 bootstrap_form = { 566 566 dependencies = ["actionpack" "activemodel"]; ··· 931 931 platforms = []; 932 932 source = { 933 933 remotes = ["https://rubygems.org"]; 934 - sha256 = "12nmycrlwr8ca2s0fx76k81gjw12iz15k1n0qanszv5d4l1ykj2l"; 934 + sha256 = "1f9p7sdj542cbn352qz58m4n26kamv6vbnxzpc06j0pxi50z3i0v"; 935 935 type = "gem"; 936 936 }; 937 - version = "8.3.1"; 937 + version = "8.4.1"; 938 938 }; 939 939 danger-gitlab = { 940 940 dependencies = ["danger" "gitlab"]; ··· 1007 1007 platforms = []; 1008 1008 source = { 1009 1009 remotes = ["https://rubygems.org"]; 1010 - sha256 = "0k2wl0jr0jq64gy7ibb1ipm2dzqil7y66vyffwx81g7sqchh7xh6"; 1010 + sha256 = "1jri6fqpyrlnhl99mhqlqwpi6z8idb7g421rysxz40yyk8lwzx4s"; 1011 1011 type = "gem"; 1012 1012 }; 1013 - version = "1.0.0"; 1013 + version = "1.1.0"; 1014 1014 }; 1015 1015 default_value_for = { 1016 1016 dependencies = ["activerecord"]; ··· 1838 1838 }; 1839 1839 version = "3.0.1"; 1840 1840 }; 1841 - gemojione = { 1842 - dependencies = ["json"]; 1843 - groups = ["default"]; 1844 - platforms = []; 1845 - source = { 1846 - remotes = ["https://rubygems.org"]; 1847 - sha256 = "0ayk8r147k1s38nj18pwk76npx1p7jhi86silk800nj913pjvrhj"; 1848 - type = "gem"; 1849 - }; 1850 - version = "3.3.0"; 1851 - }; 1852 1841 get_process_mem = { 1853 1842 dependencies = ["ffi"]; 1854 1843 groups = ["default" "puma" "unicorn"]; ··· 1910 1899 platforms = []; 1911 1900 source = { 1912 1901 remotes = ["https://rubygems.org"]; 1913 - sha256 = "197db842msm326ib8r3gqlavf5d11r4cd9jg4wjnyar3ccyr9dn7"; 1902 + sha256 = "022amhic8rs09qmp3hy1zz5inxbxnrvg8j82bq4l2s8ml9hqfs3a"; 1914 1903 type = "gem"; 1915 1904 }; 1916 - version = "14.3.0.pre.rc2"; 1905 + version = "14.4.0.pre.rc43"; 1917 1906 }; 1918 1907 github-markup = { 1919 1908 groups = ["default"]; ··· 1953 1942 platforms = []; 1954 1943 source = { 1955 1944 remotes = ["https://rubygems.org"]; 1956 - sha256 = "07ckvf7vk0494s70ql7zp3ckn8q70mhwa0143hj6bjh0bpgmgsnw"; 1945 + sha256 = "1488s24c9fm55z2a2pbry2fjx72fzgzv0y48krgldvf0qy43l0kz"; 1957 1946 type = "gem"; 1958 1947 }; 1959 - version = "2.3.0"; 1948 + version = "2.5.0"; 1960 1949 }; 1961 1950 gitlab-experiment = { 1962 1951 dependencies = ["activesupport" "request_store" "scientist"]; ··· 2059 2048 platforms = []; 2060 2049 source = { 2061 2050 remotes = ["https://rubygems.org"]; 2062 - sha256 = "1vxg5j9405r5xvwnswhm2r7pg9pn6pqg675pxz6f8d3sxy5z963p"; 2051 + sha256 = "16d90sd0x6qfkhgfjysswwrzk82zs82xs9azn9w287irpzdkvj7f"; 2063 2052 type = "gem"; 2064 2053 }; 2065 - version = "6.3.0"; 2054 + version = "6.4.0"; 2066 2055 }; 2067 2056 gitlab_chronic_duration = { 2068 2057 dependencies = ["numerizer"]; ··· 2589 2578 }; 2590 2579 version = "0.8.3"; 2591 2580 }; 2581 + ipynbdiff = { 2582 + dependencies = ["diffy" "json"]; 2583 + groups = ["default"]; 2584 + platforms = []; 2585 + source = { 2586 + remotes = ["https://rubygems.org"]; 2587 + sha256 = "18337bzcwssmnyg2wf3za50z0zh2b1sh17wgaapavd1ffr24svkx"; 2588 + type = "gem"; 2589 + }; 2590 + version = "0.3.7"; 2591 + }; 2592 2592 jaeger-client = { 2593 2593 dependencies = ["opentracing" "thrift"]; 2594 2594 groups = ["default"]; ··· 2826 2826 version = "1.7.0"; 2827 2827 }; 2828 2828 letter_opener_web = { 2829 - dependencies = ["actionmailer" "letter_opener" "railties"]; 2829 + dependencies = ["actionmailer" "letter_opener" "railties" "rexml"]; 2830 2830 groups = ["development"]; 2831 2831 platforms = []; 2832 2832 source = { 2833 2833 remotes = ["https://rubygems.org"]; 2834 - sha256 = "0kgz2n0cyw3m8ipvijlikb6bldmzhnq451b9d7w5l74gw2fhqckg"; 2834 + sha256 = "0vvvaz2ngaxv0s6sj25gdvp73vd8pfl8q3jharadg18p3va0m1ik"; 2835 2835 type = "gem"; 2836 2836 }; 2837 - version = "1.4.1"; 2837 + version = "2.0.0"; 2838 2838 }; 2839 2839 libyajl2 = { 2840 2840 groups = ["default"]; ··· 3489 3489 }; 3490 3490 version = "1.1.4"; 3491 3491 }; 3492 + omniauth-dingtalk-oauth2 = { 3493 + dependencies = ["omniauth-oauth2"]; 3494 + groups = ["default"]; 3495 + platforms = []; 3496 + source = { 3497 + remotes = ["https://rubygems.org"]; 3498 + sha256 = "1sflfy1jvn9wqpral7gcfmbys7msvykp6rlnl33r8qgnbksn54y8"; 3499 + type = "gem"; 3500 + }; 3501 + version = "1.0.0"; 3502 + }; 3492 3503 omniauth-facebook = { 3493 3504 dependencies = ["omniauth-oauth2"]; 3494 3505 groups = ["default"]; ··· 3572 3583 platforms = []; 3573 3584 source = { 3574 3585 remotes = ["https://rubygems.org"]; 3575 - sha256 = "10fr2b58sp7l6nfdvxpbi67374hkrvsf507cvda89jjs0jacy319"; 3586 + sha256 = "1ry65f309rnzhgdjvqybkd5i4qp9rpk1gbp4dz02h4l6bkk6ya10"; 3576 3587 type = "gem"; 3577 3588 }; 3578 - version = "1.7.1"; 3589 + version = "1.7.2"; 3579 3590 }; 3580 3591 omniauth-oauth2-generic = { 3581 3592 dependencies = ["omniauth-oauth2"]; ··· 4778 4789 platforms = []; 4779 4790 source = { 4780 4791 remotes = ["https://rubygems.org"]; 4781 - sha256 = "04aq913plcxjw71l5r62qgz3bx3466p0wvgyfqahg5n3nybmcwqy"; 4792 + sha256 = "1v846qs2pa3wnzgz95jzbcdrgl9vyjl65qiscw4q4dvm5sb7j68i"; 4782 4793 type = "gem"; 4783 4794 }; 4784 - version = "1.1.0"; 4795 + version = "1.2.0"; 4785 4796 }; 4786 4797 safe_yaml = { 4787 4798 groups = ["default" "test"]; ··· 4881 4892 version = "1.6.0"; 4882 4893 }; 4883 4894 sd_notify = { 4884 - groups = ["default"]; 4895 + groups = ["puma"]; 4885 4896 platforms = []; 4886 4897 source = { 4887 4898 remotes = ["https://rubygems.org"]; 4888 - sha256 = "0c9imnjbakx25r2n7widfp00s19ndzmmwax761mx5vbwm9nariyb"; 4899 + sha256 = "0qx6hwi10s0ir46l3aq4lspkxlcs1x4cjhvdhpdxyxaicciqddi2"; 4889 4900 type = "gem"; 4890 4901 }; 4891 - version = "0.1.1"; 4902 + version = "0.1.0"; 4892 4903 }; 4893 4904 securecompare = { 4894 4905 groups = ["default"]; ··· 5144 5155 }; 5145 5156 version = "1.0.4"; 5146 5157 }; 5158 + sprite-factory = { 5159 + groups = ["development"]; 5160 + platforms = []; 5161 + source = { 5162 + remotes = ["https://rubygems.org"]; 5163 + sha256 = "18hvn14vz1v3j1gvbqjypa59hgj3c4mqbimby50k407c395551jm"; 5164 + type = "gem"; 5165 + }; 5166 + version = "1.7.1"; 5167 + }; 5147 5168 sprockets = { 5148 5169 dependencies = ["concurrent-ruby" "rack"]; 5149 5170 groups = ["default" "development" "test"]; ··· 5290 5311 type = "gem"; 5291 5312 }; 5292 5313 version = "1.2.0"; 5314 + }; 5315 + tanuki_emoji = { 5316 + groups = ["default"]; 5317 + platforms = []; 5318 + source = { 5319 + remotes = ["https://rubygems.org"]; 5320 + sha256 = "1qw0qa3xz4h3izwl5qsvmg5vvfsfjhmv4mdxaw1v1w1qgp7j7gws"; 5321 + type = "gem"; 5322 + }; 5323 + version = "0.5.0"; 5293 5324 }; 5294 5325 temple = { 5295 5326 groups = ["default" "development" "test"];
-1
pkgs/applications/version-management/gitlab/update.py
··· 143 143 f.write(repo.get_file('Gemfile.lock', rev)) 144 144 with open(rubyenv_dir / 'Gemfile', 'w') as f: 145 145 original = repo.get_file('Gemfile', rev) 146 - original += "\ngem 'sd_notify'\n" 147 146 f.write(re.sub(r".*mail-smtp_pool.*", "", original)) 148 147 149 148 subprocess.check_output(['bundle', 'lock'], cwd=rubyenv_dir)
+1 -1
pkgs/applications/video/giph/default.nix
··· 37 37 homepage = "https://github.com/phisch/giph"; 38 38 description = "Simple gif recorder"; 39 39 license = licenses.mit; 40 - maintainers = [ maintainers.legendofmiracles ]; 40 + maintainers = [ maintainers.lom ]; 41 41 platforms = platforms.linux; 42 42 }; 43 43 }
+1 -1
pkgs/applications/video/mpv/scripts/cutter.nix
··· 42 42 homepage = "https://github.com/rushmj/mpv-video-cutter"; 43 43 # repo doesn't have a license 44 44 license = licenses.unfree; 45 - maintainers = with maintainers; [ legendofmiracles ]; 45 + maintainers = with maintainers; [ lom ]; 46 46 }; 47 47 }
+1 -1
pkgs/applications/window-managers/eww/default.nix
··· 39 39 description = "ElKowars wacky widgets"; 40 40 homepage = "https://github.com/elkowar/eww"; 41 41 license = licenses.mit; 42 - maintainers = with maintainers; [ figsoda legendofmiracles ]; 42 + maintainers = with maintainers; [ figsoda lom ]; 43 43 broken = stdenv.isDarwin; 44 44 }; 45 45 }
+4 -4
pkgs/data/icons/flat-remix-icon-theme/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub , gtk3, breeze-icons, pantheon, gnome-icon-theme, hicolor-icon-theme }: 1 + { lib, stdenv, fetchFromGitHub, gtk3, breeze-icons, pantheon, gnome-icon-theme, hicolor-icon-theme }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "flat-remix-icon-theme"; 5 - version = "20200710"; 5 + version = "20211106"; 6 6 7 - src = fetchFromGitHub { 7 + src = fetchFromGitHub { 8 8 owner = "daniruiz"; 9 9 repo = "flat-remix"; 10 10 rev = version; 11 - sha256 = "0rlrmgimvs9rrj64g5jn04jgyi7wmn2dnsk7ckmxk6p8cdfjd0hx"; 11 + sha256 = "1dlz88bg764zzd0s3yqci4m1awhwdrrql9l9plsjjzgdx9r7ndmf"; 12 12 }; 13 13 14 14 nativeBuildInputs = [
+5 -4
pkgs/data/icons/pop-icon-theme/default.nix
··· 1 - { lib, stdenv 1 + { lib 2 + , stdenv 2 3 , fetchFromGitHub 3 4 , meson 4 5 , ninja ··· 11 12 12 13 stdenv.mkDerivation rec { 13 14 pname = "pop-icon-theme"; 14 - version = "2020-03-04"; 15 + version = "2021-11-17"; 15 16 16 17 src = fetchFromGitHub { 17 18 owner = "pop-os"; 18 19 repo = "icon-theme"; 19 - rev = "11f18cb48455b47b6535018f1968777100471be1"; 20 - sha256 = "1s4pjwv2ynw400gnzgzczlxzw3gxh5s8cxxbi9zpxq4wzjg6jqyv"; 20 + rev = "9998b20b78f3ff65ecbf2253bb863d1e669abe74"; 21 + sha256 = "0lwdmaxs9xj4bm21ldh64bzyb6iz5d5k1256iwvyjp725l7686cl"; 21 22 }; 22 23 23 24 nativeBuildInputs = [
+5 -4
pkgs/data/themes/pop-gtk/default.nix
··· 1 - { lib, stdenv 1 + { lib 2 + , stdenv 2 3 , fetchFromGitHub 3 4 , meson 4 5 , ninja ··· 14 15 15 16 stdenv.mkDerivation rec { 16 17 pname = "pop-gtk-theme"; 17 - version = "2020-06-30"; 18 + version = "2021-08-19"; 18 19 19 20 src = fetchFromGitHub { 20 21 owner = "pop-os"; 21 22 repo = "gtk-theme"; 22 - rev = "8c31be9f9257375bf7a049069cb4ecbac7d281a1"; 23 - sha256 = "16dxxazpllcxlbiblynqq4b65wfn9k1jab8dl69l819v73z303ky"; 23 + rev = "6615e4510485c5dc0b379746acc40f538d987c86"; 24 + sha256 = "16h03x2m4j4hfwp7pdmw1navcy5q7di38jvigfgf263wajyxbznr"; 24 25 }; 25 26 26 27 nativeBuildInputs = [
+2 -1
pkgs/development/coq-modules/coqprime/default.nix
··· 6 6 owner = "thery"; 7 7 inherit version; 8 8 defaultVersion = with versions; switch coq.coq-version [ 9 - { case = range "8.12" "8.13"; out = "8.12"; } 9 + { case = range "8.12" "8.14"; out = "8.14.1"; } 10 10 { case = range "8.10" "8.11"; out = "8.10"; } 11 11 { case = range "8.8" "8.9"; out = "8.8"; } 12 12 { case = "8.7"; out = "8.7.2"; } 13 13 ] null; 14 14 15 + release."8.14.1".sha256= "sha256:0dqf87xkzcpg7gglbxjyx68ad84w1w73icxgy3s7d3w563glc2p7"; 15 16 release."8.12".sha256 = "1slka4w0pya15js4drx9frj7lxyp3k2lzib8v23givzpnxs8ijdj"; 16 17 release."8.10".sha256 = "0r9gnh5a5ykiiz5h1i8xnzgiydpwc4z9qhndxyya85xq0f910qaz"; 17 18 release."8.8".sha256 = "075yjczk79pf1hd3lgdjiz84ilkzfxjh18lgzrhhqp7d3kz5lxp5";
+3
pkgs/development/interpreters/asmrepl/Gemfile
··· 1 + source 'https://rubygems.org' do 2 + gem 'asmrepl' 3 + end
+18
pkgs/development/interpreters/asmrepl/Gemfile.lock
··· 1 + GEM 2 + specs: 3 + 4 + GEM 5 + remote: https://rubygems.org/ 6 + specs: 7 + asmrepl (1.0.3) 8 + fisk (~> 2) 9 + fisk (2.3.0) 10 + 11 + PLATFORMS 12 + ruby 13 + 14 + DEPENDENCIES 15 + asmrepl! 16 + 17 + BUNDLED WITH 18 + 2.2.24
+17
pkgs/development/interpreters/asmrepl/default.nix
··· 1 + { lib, bundlerApp, bundlerUpdateScript }: 2 + 3 + bundlerApp { 4 + pname = "asmrepl"; 5 + gemdir = ./.; 6 + exes = [ "asmrepl" ]; 7 + 8 + passthru.updateScript = bundlerUpdateScript "asmrepl"; 9 + 10 + meta = with lib; { 11 + description = "A REPL for x86-64 assembly language"; 12 + homepage = "https://github.com/tenderlove/asmrepl"; 13 + license = licenses.asl20; 14 + maintainers = with maintainers; [ lom ]; 15 + platforms = platforms.x86_64; 16 + }; 17 + }
+23
pkgs/development/interpreters/asmrepl/gemset.nix
··· 1 + { 2 + asmrepl = { 3 + dependencies = ["fisk"]; 4 + groups = ["default"]; 5 + platforms = []; 6 + source = { 7 + remotes = ["https://rubygems.org"]; 8 + sha256 = "10d0zvkhk3ja48vvx28hfsqfrzfl66vdpmk3gcgb5viy174c72v6"; 9 + type = "gem"; 10 + }; 11 + version = "1.0.3"; 12 + }; 13 + fisk = { 14 + groups = ["default"]; 15 + platforms = []; 16 + source = { 17 + remotes = ["https://rubygems.org"]; 18 + sha256 = "1mq2a7hjs9xfg514ci0xw90c33rzq1y58ywpnmhp7w767ll6wldd"; 19 + type = "gem"; 20 + }; 21 + version = "2.3.0"; 22 + }; 23 + }
+3 -3
pkgs/development/interpreters/evcxr/default.nix
··· 3 3 4 4 rustPlatform.buildRustPackage rec { 5 5 pname = "evcxr"; 6 - version = "0.11.0"; 6 + version = "0.12.0"; 7 7 8 8 src = fetchFromGitHub { 9 9 owner = "google"; 10 10 repo = "evcxr"; 11 11 rev = "v${version}"; 12 - sha256 = "sha256-JziLEsY6kF5UeDt17q/HDrTlNtHj7DWy1tTq3s2eZHE="; 12 + sha256 = "sha256-sD/eykXoeJq43o3xyFx2VIoH+xZrMmb6vZKVt4CO7B4="; 13 13 }; 14 14 15 - cargoSha256 = "sha256-I164eXgc/yiKKskloh6FGYD3bLCLWXaM6uWa01PRDXs="; 15 + cargoSha256 = "sha256-eySdhzavm9NGv2xjgdq/C2iv6lxdulhgYNs9ehnSzKQ="; 16 16 17 17 RUST_SRC_PATH = "${rustPlatform.rustLibSrc}"; 18 18
+5 -14
pkgs/development/interpreters/lunatic/default.nix
··· 1 - { lib, rustPlatform, fetchFromGitHub, fetchpatch, cmake, stdenv }: 1 + { lib, rustPlatform, fetchFromGitHub, cmake, stdenv }: 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "lunatic"; 5 - version = "0.6.2"; 5 + version = "0.7.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "lunatic-solutions"; 9 9 repo = pname; 10 10 rev = "v${version}"; 11 - sha256 = "1dz8v19jw9v55p3mz4932v6z24ihp6wk238n4d4lx9xj91mf3g6r"; 11 + sha256 = "sha256-+4014p+4QJ7nytFHHszAOYQHXLYXqR+Cip+vHxsH9l8="; 12 12 }; 13 13 14 - cargoPatches = [ 15 - # NOTE: remove on next update 16 - # update dependencies to resolve incompatibility with rust 1.56 17 - (fetchpatch { 18 - name = "update-wasmtime.patch"; 19 - url = "https://github.com/lunatic-solutions/lunatic/commit/cd8db51732712c19a8114db290882d1bb6b928c0.patch"; 20 - sha256 = "sha256-eyoIOTqGSU/XNfF55FG+WrQPSMvt9L/S/KBsUQB5z1k="; 21 - }) 22 - ]; 23 - 24 - cargoSha256 = "sha256-yoG4gCk+nHE8pBqV6ND9NCegx4bxbdGEU5hY5JauloM="; 14 + cargoSha256 = "sha256-RnaAiumTP4cW2eHUbnwyPdgJQLK65gqDI/NP2SOrO4E="; 25 15 26 16 nativeBuildInputs = [ cmake ]; 27 17 28 18 meta = with lib; { 29 19 description = "An Erlang inspired runtime for WebAssembly"; 30 20 homepage = "https://lunatic.solutions"; 21 + changelog = "https://github.com/lunatic-solutions/lunatic/blob/v${version}/RELEASES.md"; 31 22 license = with licenses; [ mit /* or */ asl20 ]; 32 23 maintainers = with maintainers; [ figsoda ]; 33 24 broken = stdenv.isDarwin;
+8
pkgs/development/libraries/snappy/default.nix
··· 20 20 url = "https://github.com/google/snappy/pull/142/commits/658cb2fcf67b626fff2122a3dbf7a3560c58f7ee.patch"; 21 21 sha256 = "1kg3lxjwmhc7gjx36nylilnf444ddbnr3px1wpvyc6l1nh6zh4al"; 22 22 }) 23 + # Re-enable RTTI, without which other applications can't subclass 24 + # snappy::Source (this breaks Ceph, as one example) 25 + # https://tracker.ceph.com/issues/53060 26 + # https://build.opensuse.org/package/show/openSUSE:Factory/snappy 27 + (fetchpatch { 28 + url = "https://build.opensuse.org/public/source/openSUSE:Factory/snappy/reenable-rtti.patch?rev=a759aa6fba405cd40025e3f0ab89941d"; 29 + sha256 = "sha256-RMuM5yd6zP1eekN/+vfS54EyY4cFbGDVor1E1vj3134="; 30 + }) 23 31 ]; 24 32 25 33 outputs = [ "out" "dev" ];
+5 -3
pkgs/development/python-modules/pyarrow/default.nix
··· 1 1 { lib, stdenv, buildPythonPackage, python, isPy3k, arrow-cpp, cmake, cython, hypothesis, numpy, pandas, pytestCheckHook, pytest-lazy-fixture, pkg-config, setuptools-scm, six }: 2 2 3 3 let 4 + zero_or_one = cond: if cond then 1 else 0; 5 + 4 6 _arrow-cpp = arrow-cpp.override { python3 = python; }; 5 7 in 6 8 ··· 18 20 19 21 PYARROW_BUILD_TYPE = "release"; 20 22 21 - PYARROW_WITH_DATASET = true; 22 - PYARROW_WITH_FLIGHT = _arrow-cpp.enableFlight; 23 - PYARROW_WITH_PARQUET = true; 23 + PYARROW_WITH_DATASET = zero_or_one true; 24 + PYARROW_WITH_FLIGHT = zero_or_one _arrow-cpp.enableFlight; 25 + PYARROW_WITH_PARQUET = zero_or_one true; 24 26 25 27 PYARROW_CMAKE_OPTIONS = [ 26 28 "-DCMAKE_INSTALL_RPATH=${ARROW_HOME}/lib"
+1 -1
pkgs/development/python-modules/python-pidfile/default.nix
··· 27 27 description = "Python context manager for managing pid files"; 28 28 homepage = "https://github.com/mosquito/python-pidfile"; 29 29 license = with licenses; [ mit ]; 30 - maintainers = with maintainers; [ legendofmiracles ]; 30 + maintainers = with maintainers; [ lom ]; 31 31 }; 32 32 }
+3 -3
pkgs/development/tools/jtc/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "jtc"; 5 - version = "1.75d"; 5 + version = "1.76"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "ldn-softdev"; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "0vgb5hcgml0vmdal494231jq6dlr0qgssqhnrgsvqqjapy8xhnpw"; 11 + sha256 = "sha256-VATRlOOV4wBInLOm9J0Dp2vhtL5mb0Yxdl/ya0JiqEU="; 12 12 }; 13 13 14 14 buildPhase = '' 15 15 runHook preBuild 16 16 17 - $CXX -o jtc -Wall -std=gnu++14 -Ofast jtc.cpp 17 + $CXX -o jtc -Wall -std=gnu++14 -Ofast -pthread -lpthread jtc.cpp 18 18 19 19 runHook postBuild 20 20 '';
+2 -2
pkgs/development/tools/misc/strace/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "strace"; 5 - version = "5.14"; 5 + version = "5.15"; 6 6 7 7 src = fetchurl { 8 8 url = "https://strace.io/files/${version}/${pname}-${version}.tar.xz"; 9 - sha256 = "sha256-kBvubbXhfeutRTDdn/tNyalsSmVu2+HDFBt8swexHnM="; 9 + sha256 = "sha256-68rCLylzNSlNxlRCXLw84BM0O+zm2iaZ467Iau6Nctw="; 10 10 }; 11 11 12 12 depsBuildBuild = [ buildPackages.stdenv.cc ];
+29 -7
pkgs/development/tools/sumneko-lua-language-server/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, ninja, makeWrapper }: 2 - 1 + { lib, stdenv, fetchFromGitHub, ninja, makeWrapper, darwin }: 2 + let 3 + target = if stdenv.isDarwin then "macOS" else "Linux"; 4 + in 3 5 stdenv.mkDerivation rec { 4 6 pname = "sumneko-lua-language-server"; 5 7 version = "2.5.1"; ··· 17 19 makeWrapper 18 20 ]; 19 21 22 + buildInputs = lib.optionals stdenv.isDarwin [ 23 + darwin.apple_sdk.frameworks.CoreFoundation 24 + darwin.apple_sdk.frameworks.Foundation 25 + ]; 26 + 20 27 preBuild = '' 21 28 cd 3rd/luamake 29 + '' 30 + + lib.optionalString stdenv.isDarwin '' 31 + # Needed for the test 32 + export HOME=/var/empty 33 + # This package uses the program clang for C and C++ files. The language 34 + # is selected via the command line argument -std, but this do not work 35 + # in combination with the nixpkgs clang wrapper. Therefor we have to 36 + # find all c++ compiler statements and replace $cc (which expands to 37 + # clang) with clang++. 38 + sed -i compile/ninja/macos.ninja \ 39 + -e '/c++/s,$cc,clang++,' \ 40 + -e '/test.lua/s,= .*,= true,' \ 41 + -e '/ldl/s,$cc,clang++,' 42 + sed -i scripts/compiler/gcc.lua \ 43 + -e '/cxx_/s,$cc,clang++,' 22 44 ''; 23 45 24 46 ninjaFlags = [ 25 - "-fcompile/ninja/linux.ninja" 47 + "-fcompile/ninja/${lib.toLower target}.ninja" 26 48 ]; 27 49 28 50 postBuild = '' ··· 33 55 installPhase = '' 34 56 runHook preInstall 35 57 36 - install -Dt "$out"/share/lua-language-server/bin/Linux bin/Linux/lua-language-server 37 - install -m644 -t "$out"/share/lua-language-server/bin/Linux bin/Linux/*.* 58 + install -Dt "$out"/share/lua-language-server/bin/${target} bin/${target}/lua-language-server 59 + install -m644 -t "$out"/share/lua-language-server/bin/${target} bin/${target}/*.* 38 60 install -m644 -t "$out"/share/lua-language-server {debugger,main}.lua 39 61 cp -r locale meta script "$out"/share/lua-language-server 40 62 41 63 # necessary for --version to work: 42 64 install -m644 -t "$out"/share/lua-language-server changelog.md 43 65 44 - makeWrapper "$out"/share/lua-language-server/bin/Linux/lua-language-server \ 66 + makeWrapper "$out"/share/lua-language-server/bin/${target}/lua-language-server \ 45 67 $out/bin/lua-language-server \ 46 68 --add-flags "-E $out/share/lua-language-server/main.lua \ 47 69 --logpath='~/.cache/sumneko_lua/log' \ ··· 55 77 homepage = "https://github.com/sumneko/lua-language-server"; 56 78 license = licenses.mit; 57 79 maintainers = with maintainers; [ mjlbach ]; 58 - platforms = platforms.linux; 80 + platforms = platforms.linux ++ platforms.darwin; 59 81 mainProgram = "lua-language-server"; 60 82 }; 61 83 }
+1 -1
pkgs/games/ddnet/default.nix
··· 68 68 ''; 69 69 homepage = "https://ddnet.tw"; 70 70 license = licenses.asl20; 71 - maintainers = with maintainers; [ sirseruju legendofmiracles ]; 71 + maintainers = with maintainers; [ sirseruju lom ]; 72 72 mainProgram = "DDNet"; 73 73 }; 74 74 }
+1 -1
pkgs/games/rpg-cli/default.nix
··· 20 20 description = "Your filesystem as a dungeon"; 21 21 homepage = "https://github.com/facundoolano/rpg-cli"; 22 22 license = licenses.mit; 23 - maintainers = with maintainers; [ legendofmiracles ]; 23 + maintainers = with maintainers; [ lom ]; 24 24 }; 25 25 }
+1 -1
pkgs/games/steam-tui/default.nix
··· 38 38 description = "Rust TUI client for steamcmd"; 39 39 homepage = "https://github.com/dmadisetti/steam-tui"; 40 40 license = licenses.mit; 41 - maintainers = with maintainers; [ legendofmiracles ]; 41 + maintainers = with maintainers; [ lom ]; 42 42 # steam only supports that platform 43 43 platforms = [ "x86_64-linux" ]; 44 44 };
+1 -1
pkgs/misc/cliscord/default.nix
··· 21 21 description = "Simple command-line tool to send text and files to discord"; 22 22 homepage = "https://github.com/somebody1234/cliscord"; 23 23 license = licenses.mit; 24 - maintainers = with maintainers; [ legendofmiracles ]; 24 + maintainers = with maintainers; [ lom ]; 25 25 mainProgram = "cliscord"; 26 26 }; 27 27 }
+1 -1
pkgs/misc/present/default.nix
··· 26 26 description = "A terminal-based presentation tool with colors and effects."; 27 27 homepage = "https://github.com/vinayak-mehta/present"; 28 28 license = licenses.asl20; 29 - maintainers = with maintainers; [ legendofmiracles ]; 29 + maintainers = with maintainers; [ lom ]; 30 30 }; 31 31 }
+1 -1
pkgs/misc/wiki-tui/default.nix
··· 25 25 description = "A simple and easy to use Wikipedia Text User Interface"; 26 26 homepage = "https://github.com/builditluc/wiki-tui"; 27 27 license = licenses.mit; 28 - maintainers = with maintainers; [ legendofmiracles ]; 28 + maintainers = with maintainers; [ lom ]; 29 29 mainProgram = "wiki-tui"; 30 30 }; 31 31 }
+3 -3
pkgs/os-specific/linux/libbpf/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "libbpf"; 10 - version = "0.5.0"; 10 + version = "0.6.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "libbpf"; 14 14 repo = "libbpf"; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-L23Ba+slJW/ALj8AepwByrrHgYMY5/Jh+AoD0p4qryI="; 16 + sha256 = "sha256-p9wUDC7r6+ElbheNkTkZW4eMNAvPbvpUyQjTjCE34ck="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ pkg-config ]; ··· 33 33 description = "Upstream mirror of libbpf"; 34 34 homepage = "https://github.com/libbpf/libbpf"; 35 35 license = with licenses; [ lgpl21 /* or */ bsd2 ]; 36 - maintainers = with maintainers; [ thoughtpolice vcunat ]; 36 + maintainers = with maintainers; [ thoughtpolice vcunat saschagrunert ]; 37 37 platforms = platforms.linux; 38 38 }; 39 39 }
+2 -2
pkgs/servers/roundcube/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "roundcube"; 5 - version = "1.5.0"; 5 + version = "1.5.1"; 6 6 7 7 src = fetchurl { 8 8 url = "https://github.com/roundcube/roundcubemail/releases/download/${version}/roundcubemail-${version}-complete.tar.gz"; 9 - sha256 = "sha256-L9x7FmPl6ZcGv/NAk6pHMdS/IqWMtVWiUg7RveeNASw="; 9 + sha256 = "sha256-YRsNgCJ9C3AonHFXh7LYX9Fe2RXrVtWFwQTCQ3YDboM="; 10 10 }; 11 11 12 12 patches = [ ./0001-Don-t-resolve-symlinks-when-trying-to-find-INSTALL_P.patch ];
+1 -1
pkgs/tools/misc/keymapviz/default.nix
··· 17 17 description = "A qmk keymap.c visualizer"; 18 18 homepage = "https://github.com/yskoht/keymapviz"; 19 19 license = licenses.mit; 20 - maintainers = with maintainers; [ legendofmiracles ]; 20 + maintainers = with maintainers; [ lom ]; 21 21 }; 22 22 }
+7 -1
pkgs/tools/misc/libcpuid/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, autoreconfHook }: 1 + { lib, stdenv, fetchFromGitHub, fetchpatch, autoreconfHook }: 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "libcpuid"; ··· 14 14 patches = [ 15 15 # Work around https://github.com/anrieff/libcpuid/pull/102. 16 16 ./stdint.patch 17 + # Fixes cross-compilation to NetBSD, remove me for libcpuid > 0.5.1 18 + (fetchpatch { 19 + name = "use-popcount-from-libc.patch"; 20 + url = "https://github.com/anrieff/libcpuid/commit/1acaf9980b55ae180cc08db218b9face28202519.patch"; 21 + sha256 = "0lvsv9baq0sria1f1ncn1b2783js29lfs5fv8milp54pg1wd5b7q"; 22 + }) 17 23 ]; 18 24 19 25 nativeBuildInputs = [ autoreconfHook ];
+2
pkgs/tools/misc/starship/default.nix
··· 25 25 buildInputs = lib.optionals stdenv.isLinux [ openssl ] 26 26 ++ lib.optionals stdenv.isDarwin [ libiconv Security ]; 27 27 28 + buildFeatures = lib.optional (!stdenv.isDarwin) "notify-rust"; 29 + 28 30 postInstall = '' 29 31 for shell in bash fish zsh; do 30 32 STARSHIP_CACHE=$TMPDIR $out/bin/starship completions $shell > starship.$shell
+1 -1
pkgs/tools/misc/xcp/default.nix
··· 20 20 description = "An extended cp(1)"; 21 21 homepage = "https://github.com/tarka/xcp"; 22 22 license = licenses.gpl3Only; 23 - maintainers = with maintainers; [ legendofmiracles ]; 23 + maintainers = with maintainers; [ lom ]; 24 24 }; 25 25 }
+3 -3
pkgs/tools/networking/lldpd/default.nix
··· 4 4 5 5 stdenv.mkDerivation rec { 6 6 pname = "lldpd"; 7 - version = "1.0.11"; 7 + version = "1.0.13"; 8 8 9 9 src = fetchurl { 10 10 url = "https://media.luffy.cx/files/lldpd/${pname}-${version}.tar.gz"; 11 - sha256 = "sha256-tR0VcA+678t/uFw1BrSdMxc6DxXXAPkz7wRAZ7QtRuQ="; 11 + sha256 = "sha256-1jmCf9iidyDRv9lLxS7KJK9j3cw8nS2mB4h3iInYRwE="; 12 12 }; 13 13 14 14 configureFlags = [ ··· 31 31 32 32 meta = with lib; { 33 33 description = "802.1ab implementation (LLDP) to help you locate neighbors of all your equipments"; 34 - homepage = "https://vincentbernat.github.io/lldpd/"; 34 + homepage = "https://lldpd.github.io/"; 35 35 license = licenses.isc; 36 36 maintainers = with maintainers; [ fpletz ]; 37 37 platforms = platforms.linux;
+2 -2
pkgs/tools/package-management/nixpkgs-review/default.nix
··· 7 7 8 8 python3.pkgs.buildPythonApplication rec { 9 9 pname = "nixpkgs-review"; 10 - version = "2.6.3"; 10 + version = "2.6.4"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "Mic92"; 14 14 repo = "nixpkgs-review"; 15 15 rev = version; 16 - sha256 = "sha256-DzqttjYkCSgsHjF1YN93zioGpTGDm9H0F8JzKmHPHro="; 16 + sha256 = "sha256-6vKMaCTilPXd8K3AuLqtYInVyyFhdun0o9cX1WRMmWo="; 17 17 }; 18 18 19 19 makeWrapperArgs = [
+1
pkgs/tools/system/plan9port/default.nix
··· 59 59 IOKit 60 60 Metal 61 61 QuartzCore 62 + darwin.DarwinTools 62 63 ]); 63 64 64 65 builder = ./builder.sh;
+2 -2
pkgs/tools/virtualization/cloudmonkey/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "cloudmonkey"; 5 - version = "6.1.0"; 5 + version = "6.2.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "apache"; 9 9 repo = "cloudstack-cloudmonkey"; 10 10 rev = version; 11 - sha256 = "sha256-OmVM6ayrtrLl+PADnkUnrssbsq1GZp2KiMBOXPgfi5Y="; 11 + sha256 = "sha256-C9e2KsnoggjWZp8gx757MbFdGxmfh+TtAd+luS3ycHU="; 12 12 }; 13 13 14 14 runVend = true;
+2 -2
pkgs/tools/wayland/clipman/default.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "clipman"; 10 - version = "1.6.0"; 10 + version = "1.6.1"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "yory8"; 14 14 repo = pname; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-Yq71nYNL3bFvwhVzrQ1g8n7/4tMmLuYUJ9pMBmxL8e8="; 16 + sha256 = "sha256-aZvtgeaS3xxl5/A/Pwlbu0sI7bw2MONbEIK42IDcMy0="; 17 17 }; 18 18 19 19 vendorSha256 = "sha256-Z/sVCJz/igPDdeczC6pemLub6X6z4ZGlBwBmRsEnXKI=";
+45
pkgs/tools/wayland/wl-mirror/default.nix
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , cmake 5 + , pkg-config 6 + , wayland 7 + , wayland-protocols 8 + , wayland-scanner 9 + , wlr-protocols 10 + , libGL 11 + }: 12 + 13 + stdenv.mkDerivation rec { 14 + pname = "wl-mirror"; 15 + version = "0.5.0"; 16 + 17 + src = fetchFromGitHub { 18 + owner = "Ferdi265"; 19 + repo = "wl-mirror"; 20 + rev = "v${version}"; 21 + sha256 = "1wjdjzj6h1q51yg70gdrq2yrgg6ihamcwhizxfrjq8955yy2y6ly"; 22 + }; 23 + 24 + patchPhase = '' 25 + substituteInPlace CMakeLists.txt \ 26 + --replace 'WL_PROTOCOL_DIR "/usr' 'WL_PROTOCOL_DIR "${wayland-protocols}' \ 27 + --replace 'WLR_PROTOCOL_DIR "/usr' 'WLR_PROTOCOL_DIR "${wlr-protocols}' 28 + ''; 29 + 30 + nativeBuildInputs = [ cmake pkg-config wayland-scanner ]; 31 + buildInputs = [ 32 + libGL 33 + wayland 34 + wayland-protocols 35 + wlr-protocols 36 + ]; 37 + 38 + meta = with lib; { 39 + homepage = "https://github.com/Ferdi265/wl-mirror"; 40 + description = "Mirrors an output onto a Wayland surface."; 41 + license = licenses.gpl3; 42 + maintainers = with maintainers; [ twitchyliquid64 ]; 43 + platforms = platforms.linux; 44 + }; 45 + }
+5 -3
pkgs/top-level/all-packages.nix
··· 1996 1996 1997 1997 asmfmt = callPackage ../development/tools/asmfmt { }; 1998 1998 1999 + asmrepl = callPackage ../development/interpreters/asmrepl { }; 2000 + 1999 2001 aspcud = callPackage ../tools/misc/aspcud { }; 2000 2002 2001 2003 at = callPackage ../tools/system/at { }; ··· 2560 2562 wdomirror = callPackage ../tools/wayland/wdomirror { }; 2561 2563 2562 2564 wl-clipboard = callPackage ../tools/wayland/wl-clipboard { }; 2565 + 2566 + wl-mirror = callPackage ../tools/wayland/wl-mirror { }; 2563 2567 2564 2568 wlogout = callPackage ../tools/wayland/wlogout { }; 2565 2569 ··· 5759 5763 5760 5764 gitleaks = callPackage ../tools/security/gitleaks { }; 5761 5765 5762 - gitaly = callPackage ../applications/version-management/gitlab/gitaly { 5763 - libgit2 = libgit2_1_1; # git2go only supports v1.1.x 5764 - }; 5766 + gitaly = callPackage ../applications/version-management/gitlab/gitaly { }; 5765 5767 5766 5768 gitstats = callPackage ../applications/version-management/gitstats { }; 5767 5769
+1 -2
pkgs/top-level/release-cross.nix
··· 166 166 i686-embedded = mapTestOnCross lib.systems.examples.i686-embedded embedded; 167 167 x86_64-embedded = mapTestOnCross lib.systems.examples.x86_64-embedded embedded; 168 168 169 - # TODO: fix cross compilation of nix{,Unstable} to netbsd and switch to common 170 - x86_64-netbsd = mapTestOnCross lib.systems.examples.x86_64-netbsd embedded; 169 + x86_64-netbsd = mapTestOnCross lib.systems.examples.x86_64-netbsd common; 171 170 172 171 # we test `embedded` instead of `linuxCommon` because very few packages 173 172 # successfully cross-compile to Redox so far