Merge master into staging-next

authored by github-actions[bot] and committed by GitHub d41df69d d8ea5b94

+129 -66
+6
maintainers/maintainer-list.nix
··· 11813 githubId = 30825096; 11814 name = "Ning Zhang"; 11815 }; 11816 obadz = { 11817 email = "obadz-nixos@obadz.com"; 11818 github = "obadz";
··· 11813 githubId = 30825096; 11814 name = "Ning Zhang"; 11815 }; 11816 + oaksoaj = { 11817 + email = "oaksoaj@riseup.net"; 11818 + name = "Oaksoaj"; 11819 + github = "oaksoaj"; 11820 + githubId = 103952141; 11821 + }; 11822 obadz = { 11823 email = "obadz-nixos@obadz.com"; 11824 github = "obadz";
+2 -2
pkgs/applications/blockchains/exodus/default.nix
··· 4 5 stdenv.mkDerivation rec { 6 pname = "exodus"; 7 - version = "23.5.8"; 8 9 src = fetchzip { 10 url = "https://downloads.exodus.com/releases/${pname}-linux-x64-${version}.zip"; 11 - sha256 = "sha256-3mABHkxEMS985NqQBZ7HijtTiun1iSXFJmi0qOh3m7g="; 12 }; 13 14 installPhase = ''
··· 4 5 stdenv.mkDerivation rec { 6 pname = "exodus"; 7 + version = "23.5.22"; 8 9 src = fetchzip { 10 url = "https://downloads.exodus.com/releases/${pname}-linux-x64-${version}.zip"; 11 + sha256 = "sha256-CZuT0nlKyF7LRGqNezm98MHcQa2Uhd8y+NiKE5mi0jk="; 12 }; 13 14 installPhase = ''
+2 -2
pkgs/applications/networking/cluster/kubedog/default.nix
··· 8 9 buildGoModule rec { 10 pname = "kubedog"; 11 - version = "0.9.11"; 12 13 src = fetchFromGitHub { 14 owner = "werf"; 15 repo = "kubedog"; 16 rev = "v${version}"; 17 - hash = "sha256-yHyCmUjxvMzeHpG5OqC3nAjWaiHErTXrbmS+/0Y4A7E="; 18 }; 19 20 vendorHash = "sha256-OgfgCsysNtY7mZQXdmHFyJ0FqmBD3SeQdTLd5Lw3F7k=";
··· 8 9 buildGoModule rec { 10 pname = "kubedog"; 11 + version = "0.9.12"; 12 13 src = fetchFromGitHub { 14 owner = "werf"; 15 repo = "kubedog"; 16 rev = "v${version}"; 17 + hash = "sha256-B667EnlOD0kXqkW73XXcyQwROWh5SmsM8565sjcGinI="; 18 }; 19 20 vendorHash = "sha256-OgfgCsysNtY7mZQXdmHFyJ0FqmBD3SeQdTLd5Lw3F7k=";
+2 -2
pkgs/applications/networking/cluster/odo/default.nix
··· 2 3 buildGoModule rec { 4 pname = "odo"; 5 - version = "3.10.0"; 6 7 src = fetchFromGitHub { 8 owner = "redhat-developer"; 9 repo = "odo"; 10 rev = "v${version}"; 11 - sha256 = "sha256-J8Oiw7/jPwIoPh8erL7auSiQCRzvY7i4COPmtI3qPXY="; 12 }; 13 14 vendorHash = null;
··· 2 3 buildGoModule rec { 4 pname = "odo"; 5 + version = "3.11.0"; 6 7 src = fetchFromGitHub { 8 owner = "redhat-developer"; 9 repo = "odo"; 10 rev = "v${version}"; 11 + sha256 = "sha256-+5oX6/J/WpJZr/o9l8TZhMJoxonnT0DeIEWffAjZYww="; 12 }; 13 14 vendorHash = null;
+2 -2
pkgs/applications/networking/cluster/terragrunt/default.nix
··· 5 6 buildGoModule rec { 7 pname = "terragrunt"; 8 - version = "0.45.16"; 9 10 src = fetchFromGitHub { 11 owner = "gruntwork-io"; 12 repo = pname; 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-q12MXqYf4yXC1ifXCuHE75Eb553TWbohDB2GusRpNIM="; 15 }; 16 17 vendorHash = "sha256-5Umoqi2D6iUk2Ut7YB/nmkOyA6Rx2qFhy/ZbfqoX5qA=";
··· 5 6 buildGoModule rec { 7 pname = "terragrunt"; 8 + version = "0.45.18"; 9 10 src = fetchFromGitHub { 11 owner = "gruntwork-io"; 12 repo = pname; 13 rev = "refs/tags/v${version}"; 14 + hash = "sha256-J4edaMLvL9Bs1bwF+m0LMGiGmEKa7Xcb3SgOiDldTyY="; 15 }; 16 17 vendorHash = "sha256-5Umoqi2D6iUk2Ut7YB/nmkOyA6Rx2qFhy/ZbfqoX5qA=";
+2 -2
pkgs/applications/networking/instant-messengers/ferdium/default.nix
··· 3 mkFranzDerivation rec { 4 pname = "ferdium"; 5 name = "Ferdium"; 6 - version = "6.2.6"; 7 src = fetchurl { 8 url = "https://github.com/ferdium/ferdium-app/releases/download/v${version}/Ferdium-linux-${version}-amd64.deb"; 9 - sha256 = "sha256-jG3NdolWqQzj/62jYwnqJHz5uT6QIuOkrpL/FcLl56k="; 10 }; 11 12 extraBuildInputs = [ xorg.libxshmfence ];
··· 3 mkFranzDerivation rec { 4 pname = "ferdium"; 5 name = "Ferdium"; 6 + version = "6.3.0"; 7 src = fetchurl { 8 url = "https://github.com/ferdium/ferdium-app/releases/download/v${version}/Ferdium-linux-${version}-amd64.deb"; 9 + sha256 = "sha256-3i3cEGwUXNITABJRXV+xQ2knYjuG1F818EvhLBrVep8="; 10 }; 11 12 extraBuildInputs = [ xorg.libxshmfence ];
+24 -3
pkgs/applications/networking/irc/thelounge/default.nix
··· 1 - { lib, stdenv, fetchFromGitHub, fetchYarnDeps, yarn, fixup_yarn_lock, nodejs, npmHooks, nixosTests }: 2 3 stdenv.mkDerivation (finalAttrs: { 4 pname = "thelounge"; ··· 24 hash = "sha256-OKLsNGl94EDyLgP2X2tiwihgRQFXGvf5XgXwgX+JEpk="; 25 }; 26 27 - nativeBuildInputs = [ nodejs yarn fixup_yarn_lock npmHooks.npmInstallHook ]; 28 29 configurePhase = '' 30 runHook preConfigure ··· 49 50 # `npm prune` doesn't work and/or hangs for whatever reason. 51 preInstall = '' 52 - rm -rf node_modules 53 yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive --production 54 ''; 55 56 dontNpmPrune = true;
··· 1 + { lib 2 + , stdenv 3 + , fetchFromGitHub 4 + , fetchYarnDeps 5 + , nodejs 6 + , yarn 7 + , fixup_yarn_lock 8 + , python3 9 + , npmHooks 10 + , darwin 11 + , sqlite 12 + , srcOnly 13 + , buildPackages 14 + , nixosTests 15 + }: 16 17 stdenv.mkDerivation (finalAttrs: { 18 pname = "thelounge"; ··· 38 hash = "sha256-OKLsNGl94EDyLgP2X2tiwihgRQFXGvf5XgXwgX+JEpk="; 39 }; 40 41 + nativeBuildInputs = [ nodejs yarn fixup_yarn_lock python3 npmHooks.npmInstallHook ] ++ lib.optional stdenv.isDarwin darwin.cctools; 42 + buildInputs = [ sqlite ]; 43 44 configurePhase = '' 45 runHook preConfigure ··· 64 65 # `npm prune` doesn't work and/or hangs for whatever reason. 66 preInstall = '' 67 yarn install --offline --frozen-lockfile --ignore-platform --ignore-scripts --no-progress --non-interactive --production 68 + patchShebangs node_modules 69 + 70 + # Build the sqlite3 package. 71 + npm_config_nodedir="${srcOnly nodejs}" npm_config_node_gyp="${buildPackages.nodejs}/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" npm rebuild --verbose --sqlite=${sqlite.dev} 72 + 73 + # These files seemingly aren't needed, and also might not exist when the Darwin sandbox is disabled? 74 + rm -rf node_modules/sqlite3/build-tmp-napi-v6/{Release/obj.target,node_sqlite3.target.mk} 75 ''; 76 77 dontNpmPrune = true;
+25 -16
pkgs/applications/version-management/delta/default.nix
··· 1 - { stdenv 2 - , lib 3 - , fetchFromGitHub 4 , rustPlatform 5 , installShellFiles 6 - , DiskArbitration 7 - , Foundation 8 - , libiconv 9 - , Security 10 , git 11 }: 12 13 rustPlatform.buildRustPackage rec { 14 pname = "delta"; 15 - version = "0.16.4"; 16 17 src = fetchFromGitHub { 18 owner = "dandavison"; 19 repo = pname; 20 rev = version; 21 - hash = "sha256-lIOJPDnSwyPVhmBUPCiWtpNNxXGRKVruidBKIF9tFvo="; 22 }; 23 24 - cargoHash = "sha256-7+SwJ64PJvBi0YOeYcfqsN2f5ehj/t7XhniWd4jWJnM="; 25 26 - nativeBuildInputs = [ installShellFiles ]; 27 28 - buildInputs = lib.optionals stdenv.isDarwin [ DiskArbitration Foundation libiconv Security ]; 29 30 nativeCheckInputs = [ git ]; 31 32 postInstall = '' 33 - installShellCompletion --bash --name delta.bash etc/completion/completion.bash 34 - installShellCompletion --zsh --name _delta etc/completion/completion.zsh 35 - installShellCompletion --fish --name delta.fish etc/completion/completion.fish 36 ''; 37 38 checkFlags = lib.optionals stdenv.isDarwin [ ··· 44 description = "A syntax-highlighting pager for git"; 45 changelog = "https://github.com/dandavison/delta/releases/tag/${version}"; 46 license = licenses.mit; 47 - maintainers = with maintainers; [ marsam zowoq SuperSandro2000 ]; 48 }; 49 }
··· 1 + { lib 2 , rustPlatform 3 + , fetchFromGitHub 4 , installShellFiles 5 + , pkg-config 6 + , oniguruma 7 + , stdenv 8 + , darwin 9 , git 10 }: 11 12 rustPlatform.buildRustPackage rec { 13 pname = "delta"; 14 + version = "0.16.5"; 15 16 src = fetchFromGitHub { 17 owner = "dandavison"; 18 repo = pname; 19 rev = version; 20 + hash = "sha256-W6XtfXfOP8QfQ0t5hquFdYvCO9muE50N1fQsNtnOzfM="; 21 }; 22 23 + cargoHash = "sha256-SNKbgEyelJCHKCaBRfCGc3RECGABtZzMC2rCbhzqZtU="; 24 25 + nativeBuildInputs = [ 26 + installShellFiles 27 + pkg-config 28 + ]; 29 30 + buildInputs = [ 31 + oniguruma 32 + ] ++ lib.optionals stdenv.isDarwin [ 33 + darwin.apple_sdk_11_0.frameworks.Foundation 34 + ]; 35 36 nativeCheckInputs = [ git ]; 37 38 + env = { 39 + RUSTONIG_SYSTEM_LIBONIG = true; 40 + }; 41 + 42 postInstall = '' 43 + installShellCompletion --cmd delta \ 44 + etc/completion/completion.{bash,fish,zsh} 45 ''; 46 47 checkFlags = lib.optionals stdenv.isDarwin [ ··· 53 description = "A syntax-highlighting pager for git"; 54 changelog = "https://github.com/dandavison/delta/releases/tag/${version}"; 55 license = licenses.mit; 56 + maintainers = with maintainers; [ marsam zowoq SuperSandro2000 figsoda ]; 57 }; 58 }
+3 -3
pkgs/applications/virtualization/lima/default.nix
··· 11 12 buildGoModule rec { 13 pname = "lima"; 14 - version = "0.15.1"; 15 16 src = fetchFromGitHub { 17 owner = "lima-vm"; 18 repo = pname; 19 rev = "v${version}"; 20 - sha256 = "sha256-uZE827dc79i7JPxHDI3kmAANN9XUIuhR0c9BUe92DyQ="; 21 }; 22 23 - vendorHash = "sha256-CysPzlup8TVVR4rCm3cWTjnxwJznMv0wbaeCC0ofWSU="; 24 25 nativeBuildInputs = [ makeWrapper installShellFiles ] 26 ++ lib.optionals stdenv.isDarwin [ xcbuild.xcrun sigtool ];
··· 11 12 buildGoModule rec { 13 pname = "lima"; 14 + version = "0.16.0"; 15 16 src = fetchFromGitHub { 17 owner = "lima-vm"; 18 repo = pname; 19 rev = "v${version}"; 20 + sha256 = "sha256-6BNUuYAy3rUpPeUsbLRpz0+LdgVeHjlVjmQRcuFSXEg="; 21 }; 22 23 + vendorHash = "sha256-KuMEAlXvW5FhTC7HQa3CoqRlhtwSBzjk+dgAnzScfno="; 24 25 nativeBuildInputs = [ makeWrapper installShellFiles ] 26 ++ lib.optionals stdenv.isDarwin [ xcbuild.xcrun sigtool ];
+2 -2
pkgs/applications/window-managers/sway/fx.nix
··· 2 3 sway-unwrapped.overrideAttrs (oldAttrs: rec { 4 pname = "swayfx"; 5 - version = "0.3"; 6 7 src = fetchFromGitHub { 8 owner = "WillPower3309"; 9 repo = "swayfx"; 10 rev = version; 11 - sha256 = "sha256-3Odyeb10AGbNf6TI1W79sLiwB4PrszC5VzjCr7FuPz4="; 12 }; 13 14 # This patch was backported into SwayFX
··· 2 3 sway-unwrapped.overrideAttrs (oldAttrs: rec { 4 pname = "swayfx"; 5 + version = "0.3.1"; 6 7 src = fetchFromGitHub { 8 owner = "WillPower3309"; 9 repo = "swayfx"; 10 rev = version; 11 + sha256 = "sha256-Ox+ror8sCc4mFOqZ1H9782hWbkTSUs5IVYEubHuyoJQ="; 12 }; 13 14 # This patch was backported into SwayFX
+1 -2
pkgs/development/perl-modules/strip-nondeterminism/default.nix
··· 28 buildInputs = [ 29 ArchiveZip 30 ArchiveCpio 31 ]; 32 - 33 - nativeCheckInputs = [ SubOverride ]; 34 35 postPatch = '' 36 substituteInPlace lib/File/StripNondeterminism.pm \
··· 28 buildInputs = [ 29 ArchiveZip 30 ArchiveCpio 31 + SubOverride 32 ]; 33 34 postPatch = '' 35 substituteInPlace lib/File/StripNondeterminism.pm \
+2 -2
pkgs/development/python-modules/aio-pika/default.nix
··· 15 16 buildPythonPackage rec { 17 pname = "aio-pika"; 18 - version = "9.0.7"; 19 format = "pyproject"; 20 21 disabled = pythonOlder "3.7"; ··· 24 owner = "mosquito"; 25 repo = pname; 26 rev = "refs/tags/${version}"; 27 - hash = "sha256-4RZxpLQ8YcPRXrF0mJcteUwejlIQx0CIy0cFpfMW/RU="; 28 }; 29 30 nativeBuildInputs = [
··· 15 16 buildPythonPackage rec { 17 pname = "aio-pika"; 18 + version = "9.1.2"; 19 format = "pyproject"; 20 21 disabled = pythonOlder "3.7"; ··· 24 owner = "mosquito"; 25 repo = pname; 26 rev = "refs/tags/${version}"; 27 + hash = "sha256-iyy6HaB3S/CPYuo62SThe3m96eg9rPTMaKg2KWt0Kf0="; 28 }; 29 30 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/aiokafka/default.nix
··· 15 16 buildPythonPackage rec { 17 pname = "aiokafka"; 18 - version = "0.8.0"; 19 format = "setuptools"; 20 21 disabled = pythonOlder "3.7"; ··· 24 owner = "aio-libs"; 25 repo = pname; 26 rev = "refs/tags/v${version}"; 27 - hash = "sha256-g7xUB5RfjG4G7J9Upj3KXKSePa+VDit1Zf8pWHfui1o="; 28 }; 29 30 nativeBuildInputs = [
··· 15 16 buildPythonPackage rec { 17 pname = "aiokafka"; 18 + version = "0.8.1"; 19 format = "setuptools"; 20 21 disabled = pythonOlder "3.7"; ··· 24 owner = "aio-libs"; 25 repo = pname; 26 rev = "refs/tags/v${version}"; 27 + hash = "sha256-O5cDP0PWFrxNSdwWqUUkErUKf1Tt9agKJqWIjd4jGqk="; 28 }; 29 30 nativeBuildInputs = [
+2 -2
pkgs/development/python-modules/aiopvpc/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "aiopvpc"; 17 - version = "4.1.0"; 18 format = "pyproject"; 19 20 disabled = pythonOlder "3.8"; ··· 23 owner = "azogue"; 24 repo = pname; 25 rev = "refs/tags/v${version}"; 26 - hash = "sha256-ixHLFVPlDZKQkPMrOt8PG5z+e84UlygQutkyS8wCZR4="; 27 }; 28 29 postPatch = ''
··· 14 15 buildPythonPackage rec { 16 pname = "aiopvpc"; 17 + version = "4.2.1"; 18 format = "pyproject"; 19 20 disabled = pythonOlder "3.8"; ··· 23 owner = "azogue"; 24 repo = pname; 25 rev = "refs/tags/v${version}"; 26 + hash = "sha256-gfF/SFfiZgkWH0cQZF3hxEp6xxRi46nfDBB23Gerv5g="; 27 }; 28 29 postPatch = ''
+2 -2
pkgs/development/python-modules/bitarray/default.nix
··· 7 8 buildPythonPackage rec { 9 pname = "bitarray"; 10 - version = "2.7.3"; 11 format = "setuptools"; 12 13 disabled = pythonOlder "3.7"; 14 15 src = fetchPypi { 16 inherit pname version; 17 - hash = "sha256-9xJWoyYJsDatrZMuEii2amtOLK5r45fliN3Aur2aeLk="; 18 }; 19 20 checkPhase = ''
··· 7 8 buildPythonPackage rec { 9 pname = "bitarray"; 10 + version = "2.7.4"; 11 format = "setuptools"; 12 13 disabled = pythonOlder "3.7"; 14 15 src = fetchPypi { 16 inherit pname version; 17 + hash = "sha256-FD1PZeH0WlM+E1Ib4dxVengjF+z3ZSDqvVqQOybssYc="; 18 }; 19 20 checkPhase = ''
+2 -2
pkgs/development/python-modules/rns/default.nix
··· 9 10 buildPythonPackage rec { 11 pname = "rns"; 12 - version = "0.5.3"; 13 format = "setuptools"; 14 15 disabled = pythonOlder "3.7"; ··· 18 owner = "markqvist"; 19 repo = "Reticulum"; 20 rev = "refs/tags/${version}"; 21 - hash = "sha256-SZx0GBpYDC7p7yLVY5WZmBgpbpcl9GbsfdqH0YBrUgQ="; 22 }; 23 24 propagatedBuildInputs = [
··· 9 10 buildPythonPackage rec { 11 pname = "rns"; 12 + version = "0.5.4"; 13 format = "setuptools"; 14 15 disabled = pythonOlder "3.7"; ··· 18 owner = "markqvist"; 19 repo = "Reticulum"; 20 rev = "refs/tags/${version}"; 21 + hash = "sha256-OFU61RX6XtC/7x3SWbRCsODTrs3k3FCTCvEapkkeWQU="; 22 }; 23 24 propagatedBuildInputs = [
+2 -2
pkgs/development/tools/ddosify/default.nix
··· 2 3 buildGoModule rec { 4 pname = "ddosify"; 5 - version = "1.0.1"; 6 7 src = fetchFromGitHub { 8 owner = pname; 9 repo = pname; 10 rev = "v${version}"; 11 - sha256 = "sha256-QinC03SdJ0V2t69LJYsoV+KV13D+OcTkLetFe8vLF3Y="; 12 }; 13 14 vendorHash = "sha256-cGhMhX+SEv9fejViLZrEwXg584o204OQ5iR6AkxKnXo=";
··· 2 3 buildGoModule rec { 4 pname = "ddosify"; 5 + version = "1.0.3"; 6 7 src = fetchFromGitHub { 8 owner = pname; 9 repo = pname; 10 rev = "v${version}"; 11 + sha256 = "sha256-SkKETcKlH6OF6+gLBq/6P7txcmMRxoXc1Mm005piCHc="; 12 }; 13 14 vendorHash = "sha256-cGhMhX+SEv9fejViLZrEwXg584o204OQ5iR6AkxKnXo=";
+2 -2
pkgs/games/vintagestory/default.nix
··· 17 18 stdenv.mkDerivation rec { 19 pname = "vintagestory"; 20 - version = "1.17.11"; 21 22 src = fetchurl { 23 url = "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_${version}.tar.gz"; 24 - sha256 = "sha256-iIQRwnJX+7GJcOqXJutInqpSX2fKlPmwFFAq6TqNWWY="; 25 }; 26 27 nativeBuildInputs = [ makeWrapper copyDesktopItems ];
··· 17 18 stdenv.mkDerivation rec { 19 pname = "vintagestory"; 20 + version = "1.18.5"; 21 22 src = fetchurl { 23 url = "https://cdn.vintagestory.at/gamefiles/stable/vs_archive_${version}.tar.gz"; 24 + sha256 = "sha256-VW85a8Yi1s+cOSZU5E/Rhhz4IMNLMtdAfOZKJ0axApA="; 25 }; 26 27 nativeBuildInputs = [ makeWrapper copyDesktopItems ];
+2 -2
pkgs/servers/jackett/default.nix
··· 9 10 buildDotnetModule rec { 11 pname = "jackett"; 12 - version = "0.21.88"; 13 14 src = fetchFromGitHub { 15 owner = pname; 16 repo = pname; 17 rev = "v${version}"; 18 - hash = "sha512-N1+6DK8o7pDUtpVcxvCCFAE9+mvk1QNk1Hkx0boOxYwhvxDX+QIULEioJ2H4ClZDat5riaFT873cWnNNtBJsaQ=="; 19 }; 20 21 projectFile = "src/Jackett.Server/Jackett.Server.csproj";
··· 9 10 buildDotnetModule rec { 11 pname = "jackett"; 12 + version = "0.21.114"; 13 14 src = fetchFromGitHub { 15 owner = pname; 16 repo = pname; 17 rev = "v${version}"; 18 + hash = "sha512-CwK6nKsI9SrY9lE8THRVe+q0fMLxiLAdeCW7rewI2XtIeIDUy7kDYBujIlbxNdAjT+QgsN3E0oC/+nIyRqqFUg=="; 19 }; 20 21 projectFile = "src/Jackett.Server/Jackett.Server.csproj";
+3 -3
pkgs/tools/admin/qovery-cli/default.nix
··· 8 9 buildGoModule rec { 10 pname = "qovery-cli"; 11 - version = "0.58.15"; 12 13 src = fetchFromGitHub { 14 owner = "Qovery"; 15 repo = pname; 16 rev = "v${version}"; 17 - hash = "sha256-sADeiFzVSk4Y0ZHvSoBVbtGp/YWO8ioYzZ+FXO9A7Tg="; 18 }; 19 20 - vendorHash = "sha256-Jwg+c+61kCytOkrwzJJCOjIGrv832G7n/kUDLGIJ5xA="; 21 22 nativeBuildInputs = [ installShellFiles ]; 23
··· 8 9 buildGoModule rec { 10 pname = "qovery-cli"; 11 + version = "0.59.0"; 12 13 src = fetchFromGitHub { 14 owner = "Qovery"; 15 repo = pname; 16 rev = "v${version}"; 17 + hash = "sha256-EPnuCmkJrjj9STO/FlDNYZmyqTAgTHvqxTxmQcgJLmQ="; 18 }; 19 20 + vendorHash = "sha256-nW1PZ/cg7rU3e729H9I4Mqi/Q9wbSFMvtl0Urv9Fl8E="; 21 22 nativeBuildInputs = [ installShellFiles ]; 23
+26
pkgs/tools/misc/basez/default.nix
···
··· 1 + { lib, stdenv, fetchurl } : 2 + 3 + stdenv.mkDerivation rec { 4 + pname = "basez"; 5 + version = "1.6.2"; 6 + 7 + src = fetchurl { 8 + url = "http://www.quarkline.net/basez/download/basez-${version}.tar.gz"; 9 + sha256 = "sha256-Kp+CFIh5HCdj7wEgx1xD3IPdFlZ7fEFvMDMYif1ZiTc="; 10 + }; 11 + 12 + doCheck = true; 13 + 14 + meta = with lib; { 15 + description = "Base 16/32/64 encode/decode data to standard output"; 16 + longDescription = '' 17 + Encode data into/decode data from base16, base32, base32hex, base64 or 18 + base64url stream per RFC 4648; MIME base64 Content-Transfer-Encoding 19 + per RFC 2045; or PEM Printable Encoding per RFC 1421. 20 + ''; 21 + homepage = "http://www.quarkline.net/basez/"; 22 + license = licenses.gpl3Plus; 23 + maintainers = [ maintainers.oaksoaj ]; 24 + platforms = platforms.all; 25 + }; 26 + }
+2 -2
pkgs/tools/misc/gh-markdown-preview/default.nix
··· 7 8 buildGoModule rec { 9 pname = "gh-markdown-preview"; 10 - version = "1.4.0"; 11 12 src = fetchFromGitHub { 13 owner = "yusukebe"; 14 repo = "gh-markdown-preview"; 15 rev = "v${version}"; 16 - hash = "sha256-WAKGtwz0CNqx86YOeLKWwfJiFcRAm1+X5kJOfsPgtjY="; 17 }; 18 19 vendorHash = "sha256-O6Q9h5zcYAoKLjuzGu7f7UZY0Y5rL2INqFyJT2QZJ/E=";
··· 7 8 buildGoModule rec { 9 pname = "gh-markdown-preview"; 10 + version = "1.4.1"; 11 12 src = fetchFromGitHub { 13 owner = "yusukebe"; 14 repo = "gh-markdown-preview"; 15 rev = "v${version}"; 16 + hash = "sha256-Q+e3j+X/ZsLdkTBkuu028Rl4iw+oES2w6CDQiwN+CtU="; 17 }; 18 19 vendorHash = "sha256-O6Q9h5zcYAoKLjuzGu7f7UZY0Y5rL2INqFyJT2QZJ/E=";
+8 -6
pkgs/tools/misc/hyperfine/default.nix
··· 1 { lib 2 , rustPlatform 3 - , fetchCrate 4 , installShellFiles 5 , stdenv 6 , Security ··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "hyperfine"; 11 - version = "1.16.1"; 12 13 - src = fetchCrate { 14 - inherit pname version; 15 - sha256 = "sha256-OdOlFdhIYxBi3e94QAief0xZqVdr+wnbaPFSKJ20DNM="; 16 }; 17 18 - cargoSha256 = "sha256-RgoMq52GkRbfhsBipMKhCSu3YQoOtDB/Fdg+9OPzGtk="; 19 20 nativeBuildInputs = [ installShellFiles ]; 21 buildInputs = lib.optional stdenv.isDarwin Security;
··· 1 { lib 2 , rustPlatform 3 + , fetchFromGitHub 4 , installShellFiles 5 , stdenv 6 , Security ··· 8 9 rustPlatform.buildRustPackage rec { 10 pname = "hyperfine"; 11 + version = "0.17.0"; 12 13 + src = fetchFromGitHub { 14 + owner = "sharkdp"; 15 + repo = "hyperfine"; 16 + rev = "v${version}"; 17 + hash = "sha256-IUjOklkEiy/U2HjjMt1X1uSpIkTAYOPiPQ+70xvvxKA="; 18 }; 19 20 + cargoHash = "sha256-cm6opZrdSEY4qsYQzgCJ8wx6iIIuytySWh3F3Roo/JQ="; 21 22 nativeBuildInputs = [ installShellFiles ]; 23 buildInputs = lib.optional stdenv.isDarwin Security;
+3 -3
pkgs/top-level/all-packages.nix
··· 1510 1511 balena-cli = callPackage ../tools/admin/balena-cli { }; 1512 1513 butler = callPackage ../games/itch/butler.nix { 1514 inherit (darwin.apple_sdk.frameworks) Cocoa; 1515 }; ··· 1883 1884 darcs-to-git = callPackage ../applications/version-management/darcs-to-git { }; 1885 1886 - delta = darwin.apple_sdk_11_0.callPackage ../applications/version-management/delta { 1887 - inherit (darwin.apple_sdk_11_0.frameworks) DiskArbitration Foundation Security; 1888 - }; 1889 1890 diff-so-fancy = callPackage ../applications/version-management/diff-so-fancy { }; 1891
··· 1510 1511 balena-cli = callPackage ../tools/admin/balena-cli { }; 1512 1513 + basez = callPackage ../tools/misc/basez { }; 1514 + 1515 butler = callPackage ../games/itch/butler.nix { 1516 inherit (darwin.apple_sdk.frameworks) Cocoa; 1517 }; ··· 1885 1886 darcs-to-git = callPackage ../applications/version-management/darcs-to-git { }; 1887 1888 + delta = darwin.apple_sdk_11_0.callPackage ../applications/version-management/delta { }; 1889 1890 diff-so-fancy = callPackage ../applications/version-management/diff-so-fancy { }; 1891