Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge master into staging-next

authored by

github-actions[bot] and committed by
GitHub
28227b79 f71a5e7b

+1177 -341
+11 -1
doc/languages-frameworks/go.section.md
··· 20 20 21 21 To obtain the actual hash, set `vendorHash = lib.fakeSha256;` and run the build ([more details here](#sec-source-hashes)). 22 22 - `proxyVendor`: Fetches (go mod download) and proxies the vendor directory. This is useful if your code depends on c code and go mod tidy does not include the needed sources to build or if any dependency has case-insensitive conflicts which will produce platform dependant `vendorHash` checksums. 23 + - `modPostBuild`: Shell commands to run after the build of the go-modules executes `go mod vendor`, and before calculating fixed output derivation's `vendorHash` (or `vendorSha256`). Note that if you change this attribute, you need to update `vendorHash` (or `vendorSha256`) attribute. 23 24 24 25 ```nix 25 26 pet = buildGoModule rec { ··· 114 115 115 116 ## Attributes used by the builders {#ssec-go-common-attributes} 116 117 117 - Both `buildGoModule` and `buildGoPackage` can be tweaked to behave slightly differently, if the following attributes are used: 118 + Many attributes [controlling the build phase](#variables-controlling-the-build-phase) are respected by both `buildGoModule` and `buildGoPackage`. Note that `buildGoModule` reads the following attributes also when building the `vendor/` go-modules fixed output derivation as well: 119 + 120 + - [`sourceRoot`](#var-stdenv-sourceRoot) 121 + - [`prePatch`](#var-stdenv-prePatch) 122 + - [`patches`](#var-stdenv-patches) 123 + - [`patchFlags`](#var-stdenv-patchFlags) 124 + - [`postPatch`](#var-stdenv-postPatch) 125 + - [`preBuild`](#var-stdenv-preBuild) 126 + 127 + In addition to the above attributes, and the many more variables respected also by `stdenv.mkDerivation`, both `buildGoModule` and `buildGoPackage` respect Go-specific attributes that tweak them to behave slightly differently: 118 128 119 129 ### `ldflags` {#var-go-ldflags} 120 130
+2 -2
pkgs/applications/misc/xmrig/moneroocean.nix
··· 2 2 3 3 xmrig.overrideAttrs (oldAttrs: rec { 4 4 pname = "xmrig-mo"; 5 - version = "6.19.1-mo1"; 5 + version = "6.19.2-mo1"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "MoneroOcean"; 9 9 repo = "xmrig"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-wrjn1QhHI/OeSpPkwuwqQAsTOW8O/lNqIgKjkjxSbbA="; 11 + sha256 = "sha256-L2upscNOTEQTbJ9ZnbXIpqPNmQDv56/7UYzlKndEulc="; 12 12 }; 13 13 14 14 meta = with lib; {
+2 -2
pkgs/applications/networking/browsers/brave/default.nix
··· 90 90 91 91 stdenv.mkDerivation rec { 92 92 pname = "brave"; 93 - version = "1.50.114"; 93 + version = "1.50.125"; 94 94 95 95 src = fetchurl { 96 96 url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb"; 97 - sha256 = "sha256-aZuNxO4whVRUb4Up0VwyMiI50OumWuCDfzm15ywGdIk="; 97 + sha256 = "sha256-QVKCH8w593uF948tyavABI0g6sG0oteS/1O8Ncz77ps="; 98 98 }; 99 99 100 100 dontConfigure = true;
+4 -4
pkgs/applications/networking/instant-messengers/signal-desktop/default.nix
··· 1 1 { callPackage }: builtins.mapAttrs (pname: attrs: callPackage ./generic.nix (attrs // { inherit pname; })) { 2 2 signal-desktop = { 3 3 dir = "Signal"; 4 - version = "6.14.0"; 5 - hash = "sha256-dy/qzOv3x+nv3tIwHJUQ2BIwUNsvGbsKZOZxkgD3270="; 4 + version = "6.15.0"; 5 + hash = "sha256-uZXFnbDe49GrjKm4A0lsOTGV8Xqg0+oC0+AwRMKykfY="; 6 6 }; 7 7 signal-desktop-beta = { 8 8 dir = "Signal Beta"; 9 - version = "6.15.0-beta.1"; 10 - hash = "sha256-aeJGwBoAs6iDpVjBzlcs7q9Jvn/h3KLcCV3m1yjMTNQ="; 9 + version = "6.16.0-beta.1"; 10 + hash = "sha256-J7YPuQetfob8Ybab+c5W0Z4Urzi4AtEJAnIVRIGtv0Q="; 11 11 }; 12 12 }
+2 -2
pkgs/applications/office/zotero/default.nix
··· 41 41 42 42 stdenv.mkDerivation rec { 43 43 pname = "zotero"; 44 - version = "6.0.23"; 44 + version = "6.0.26"; 45 45 46 46 src = fetchurl { 47 47 url = 48 48 "https://download.zotero.org/client/release/${version}/Zotero-${version}_linux-x86_64.tar.bz2"; 49 - hash = "sha256-DPuUSEhZM6gRO82eXalf1ucDBQh2KvTBwOPjR5DEsqM="; 49 + hash = "sha256-Btrzv9trUFjCrQ+OEc7MUOzq7x3XW7jtgUJMitmPK0A="; 50 50 }; 51 51 52 52 nativeBuildInputs = [ wrapGAppsHook ];
+2 -2
pkgs/applications/science/biology/subread/default.nix
··· 6 6 7 7 stdenv.mkDerivation rec { 8 8 pname = "subread"; 9 - version = "2.0.4"; 9 + version = "2.0.5"; 10 10 11 11 src = fetchurl { 12 12 url = "mirror://sourceforge/subread/subread-${version}/subread-${version}-source.tar.gz"; 13 - sha256 = "sha256-xUs37YOzQxjY8Rm1wC+50KZcgRGVvMnhdF322vdMots="; 13 + sha256 = "sha256-frZzd+IV4IxfPK44PWOgV9yPRPoUB3smPbxoDchbaSc="; 14 14 }; 15 15 16 16 buildInputs = [
+5 -1
pkgs/build-support/go/module.nix
··· 83 83 inherit (args) src; 84 84 inherit (go) GOOS GOARCH; 85 85 86 + # The following inheritence behavior is not trivial to expect, and some may 87 + # argue it's not ideal. Changing it may break vendor hashes in Nixpkgs and 88 + # out in the wild. In anycase, it's documented in: 89 + # doc/languages-frameworks/go.section.md 86 90 prePatch = args.prePatch or ""; 87 91 patches = args.patches or []; 88 92 patchFlags = args.patchFlags or []; 89 93 postPatch = args.postPatch or ""; 90 94 preBuild = args.preBuild or ""; 91 - postBuild = args.postBuild or ""; 95 + postBuild = args.modPostBuild or ""; 92 96 sourceRoot = args.sourceRoot or ""; 93 97 94 98 GO111MODULE = "on";
+17 -4
pkgs/data/fonts/maple-font/default.nix
··· 9 9 rec{ 10 10 11 11 inherit pname desc; 12 - version = "6.2"; 12 + version = "6.3"; 13 13 src = fetchurl { 14 14 url = "https://github.com/subframe7536/Maple-font/releases/download/v${version}/${pname}.zip"; 15 15 inherit sha256; ··· 21 21 nativeBuildInputs = [ unzip ]; 22 22 installPhase = '' 23 23 find . -name '*.ttf' -exec install -Dt $out/share/fonts/truetype {} \; 24 + find . -name '*.otf' -exec install -Dt $out/share/fonts/opentype {} \; 25 + find . -name '*.woff2' -exec install -Dt $out/share/fonts/woff2 {} \; 24 26 ''; 25 27 26 28 meta = with lib; { ··· 38 40 { 39 41 Mono = maple-font { 40 42 pname = "MapleMono"; 41 - sha256 = "sha256-KhG0gQRnHFvpoxdcySSEYWDtOgG4xIm8X0Ua9o1aGTw="; 43 + sha256 = "sha256-Ap4OwP/QGFz9+xn12rekia1/pwRxZvv+H+ZmZiXcxcY="; 42 44 desc = "monospace"; 43 45 }; 44 46 45 47 NF = maple-font { 46 48 pname = "MapleMono-NF"; 47 - sha256 = "sha256-Ov6AEaLy80cwrFtmKWUceI809SwBlHsQf2F86/sc/6A="; 49 + sha256 = "sha256-WZHFQRG+81TF5YgOT249c8VA8vAvYowiQx/pqsDuJ4o="; 48 50 desc = "Nerd Font"; 49 51 }; 50 52 51 53 SC-NF = maple-font { 52 54 pname = "MapleMono-SC-NF"; 53 - sha256 = "sha256-bb62YGzdE9qvlyuZG7YI16gOxWC+AijlRLY8ET+q5Rg="; 55 + sha256 = "sha256-26odkmMljEwstRywDYJ7Dst5pfOXrtQTcrFFxbRwHcA="; 54 56 desc = "Nerd Font SC"; 55 57 }; 56 58 59 + opentype = maple-font { 60 + pname = "MapleMono-otf"; 61 + sha256 = "sha256-u2IuymjiosoSbdIW7h2QalagTI+eDMRSuhLgXy5RdRA="; 62 + desc = "OpenType"; 63 + }; 64 + 65 + woff2 = maple-font { 66 + pname = "MapleMono-woff2"; 67 + sha256 = "sha256-iv6Q/aYMlAkhaem8tFWAzqc9mVgWQXghBzcHJz1dg/Y="; 68 + desc = "WOFF2.0"; 69 + }; 57 70 } 58 71 59 72
+30 -7
pkgs/data/themes/catppuccin-kde/default.nix
··· 1 1 { lib 2 2 , stdenvNoCC 3 3 , fetchFromGitHub 4 + , flavour ? [ "frappe" ] 5 + , accents ? [ "blue" ] 6 + , winDecStyles ? [ "modern" ] 4 7 }: 5 8 9 + let 10 + validFlavours = [ "mocha" "macchiato" "frappe" "latte" ]; 11 + validAccents = [ "rosewater" "flamingo" "pink" "mauve" "red" "maroon" "peach" "yellow" "green" "teal" "sky" "sapphire" "blue" "lavender" ]; 12 + validWinDecStyles = [ "modern" "classic" ]; 13 + 14 + installScript = ./install.sh; 15 + in 16 + 17 + lib.checkListOfEnum "Invalid accent, valid accents are ${toString validAccents}" validAccents accents 18 + lib.checkListOfEnum "Invalid flavour, valid flavours are ${toString validFlavours}" validFlavours flavour 19 + lib.checkListOfEnum "Invalid window decoration style, valid styles are ${toString validWinDecStyles}" validWinDecStyles winDecStyles 20 + 6 21 stdenvNoCC.mkDerivation rec { 7 22 pname = "kde"; 8 - version = "unstable-2022-11-26"; 23 + version = "0.2.2"; 9 24 10 25 src = fetchFromGitHub { 11 26 owner = "catppuccin"; 12 27 repo = pname; 13 - rev = "249df3ec0cdae79af379f4a10b802c50feac89ba"; 14 - hash = "sha256-CH9GJnFqqdyIzW7VfGb3oB1YPULEZsfK3d1eyFALwKc="; 28 + rev = "v${version}"; 29 + hash = "sha256-P5mLLaQzMhG6aHvAj9SizUFQFLjqNKj1T1kQ4dgiacI="; 15 30 }; 16 31 17 32 installPhase = '' 18 - mkdir -p $out/share/{plasma/look-and-feel,color-schemes} 19 - find . -type f -name "Catppuccin*.colors" -exec cp "{}" $out/share/color-schemes \; 20 - find . -type f -name "*.tar.gz" -exec tar -xzf "{}" \; 21 - cp -R Catppuccin-* $out/share/plasma/look-and-feel 33 + runHook preInstall 34 + 35 + patchShebangs . 36 + for WINDECSTYLE in ${toString winDecStyles}; do 37 + for FLAVOUR in ${toString flavour}; do 38 + for ACCENT in ${toString accents}; do 39 + FLAVOUR=$FLAVOUR ACCENT=$ACCENT WINDECSTYLE=$WINDECSTYLE bash ${installScript} 40 + done; 41 + done; 42 + done; 43 + 44 + runHook postInstall 22 45 ''; 23 46 24 47 meta = with lib; {
+263
pkgs/data/themes/catppuccin-kde/install.sh
··· 1 + COLORDIR=$out/share/color-schemes 2 + AURORAEDIR=$out/share/aurorae/themes 3 + LOOKANDFEELDIR=$out/share/plasma/look-and-feel 4 + DESKTOPTHEMEDIR=$out/share/plasma/desktoptheme 5 + 6 + FLAVOUR=${FLAVOUR^} 7 + ACCENT=${ACCENT^} 8 + WINDECSTYLE=${WINDECSTYLE^} 9 + 10 + echo "Creating theme directories.." 11 + mkdir -p $COLORDIR 12 + mkdir -p $AURORAEDIR 13 + mkdir -p $LOOKANDFEELDIR 14 + mkdir -p $DESKTOPTHEMEDIR 15 + mkdir ./dist 16 + 17 + # Sets accent based on the pallet selected (Best to fold this in your respective editor) 18 + if [[ $ACCENT == "Rosewater" ]]; then 19 + if [[ $FLAVOUR == "Mocha" ]]; then 20 + ACCENTCOLOR=#f5e0dc 21 + elif [[ $FLAVOUR == "Macchiato" ]]; then 22 + ACCENTCOLOR=#f4dbd6 23 + elif [[ $FLAVOUR == "Frappe" ]]; then 24 + ACCENTCOLOR=#f2d5cf 25 + elif [[ $FLAVOUR == "Latte" ]]; then 26 + ACCENTCOLOR=#dc8a78 27 + fi 28 + echo "Accent Rosewater(1) was selected!" 29 + elif [[ $ACCENT == "Flamingo" ]]; then 30 + if [[ $FLAVOUR == "Mocha" ]]; then 31 + ACCENTCOLOR=#f2cdcd 32 + elif [[ $FLAVOUR == "Macchiato" ]]; then 33 + ACCENTCOLOR=#f0c6c6 34 + elif [[ $FLAVOUR == "Frappe" ]]; then 35 + ACCENTCOLOR=#eebebe 36 + elif [[ $FLAVOUR == "Latte" ]]; then 37 + ACCENTCOLOR=#dd7878 38 + fi 39 + echo "Accent Flamingo(2) was selected!" 40 + ACCENT="2" 41 + elif [[ $ACCENT == "Pink" ]]; then 42 + if [[ $FLAVOUR == "Mocha" ]]; then 43 + ACCENTCOLOR=#f5c2e7 44 + elif [[ $FLAVOUR == "Macchiato" ]]; then 45 + ACCENTCOLOR=#f5bde6 46 + elif [[ $FLAVOUR == "Frappe" ]]; then 47 + ACCENTCOLOR=#f4b8e4 48 + elif [[ $FLAVOUR == "Latte" ]]; then 49 + ACCENTCOLOR=#ea76cb 50 + fi 51 + echo "Accent Pink(3) was selected!" 52 + elif [[ $ACCENT == "Mauve" ]]; then 53 + if [[ $FLAVOUR == "Mocha" ]]; then 54 + ACCENTCOLOR=#cba6f7 55 + elif [[ $FLAVOUR == "Macchiato" ]]; then 56 + ACCENTCOLOR=#c6a0f6 57 + elif [[ $FLAVOUR == "Frappe" ]]; then 58 + ACCENTCOLOR=#ca9ee6 59 + elif [[ $FLAVOUR == "Latte" ]]; then 60 + ACCENTCOLOR=#8839ef 61 + fi 62 + echo "Accent Mauve(4) was selected!" 63 + elif [[ $ACCENT == "Red" ]]; then 64 + if [[ $FLAVOUR == "Mocha" ]]; then 65 + ACCENTCOLOR=#f38ba8 66 + elif [[ $FLAVOUR == "Macchiato" ]]; then 67 + ACCENTCOLOR=#ed8796 68 + elif [[ $FLAVOUR == "Frappe" ]]; then 69 + ACCENTCOLOR=#e78284 70 + elif [[ $FLAVOUR == "Latte" ]]; then 71 + ACCENTCOLOR=#d20f39 72 + fi 73 + echo "Accent Red(5) was selected!" 74 + elif [[ $ACCENT == "Maroon" ]]; then 75 + if [[ $FLAVOUR == "Mocha" ]]; then 76 + ACCENTCOLOR=#eba0ac 77 + elif [[ $FLAVOUR == "Macchiato" ]]; then 78 + ACCENTCOLOR=#ee99a0 79 + elif [[ $FLAVOUR == "Frappe" ]]; then 80 + ACCENTCOLOR=#ea999c 81 + elif [[ $FLAVOUR == "Latte" ]]; then 82 + ACCENTCOLOR=#e64553 83 + fi 84 + echo "Accent Maroon(6) was selected!" 85 + elif [[ $ACCENT == "Peach" ]]; then 86 + if [[ $FLAVOUR == "Mocha" ]]; then 87 + ACCENTCOLOR=#fab387 88 + elif [[ $FLAVOUR == "Macchiato" ]]; then 89 + ACCENTCOLOR=#f5a97f 90 + elif [[ $FLAVOUR == "Frappe" ]]; then 91 + ACCENTCOLOR=#ef9f76 92 + elif [[ $FLAVOUR == "Latte" ]]; then 93 + ACCENTCOLOR=#fe640b 94 + fi 95 + echo "Accent Peach(7) was selected!" 96 + elif [[ $ACCENT == "Yellow" ]]; then 97 + if [[ $FLAVOUR == "Mocha" ]]; then 98 + ACCENTCOLOR=#f9e2af 99 + elif [[ $FLAVOUR == "Macchiato" ]]; then 100 + ACCENTCOLOR=#eed49f 101 + elif [[ $FLAVOUR == "Frappe" ]]; then 102 + ACCENTCOLOR=#e5c890 103 + elif [[ $FLAVOUR == "Latte" ]]; then 104 + ACCENTCOLOR=#df8e1d 105 + fi 106 + echo "Accent Yellow(8) was selected!" 107 + elif [[ $ACCENT == "Green" ]]; then 108 + if [[ $FLAVOUR == "Mocha" ]]; then 109 + ACCENTCOLOR=#a6e3a1 110 + elif [[ $FLAVOUR == "Macchiato" ]]; then 111 + ACCENTCOLOR=#a6da95 112 + elif [[ $FLAVOUR == "Frappe" ]]; then 113 + ACCENTCOLOR=#a6d189 114 + elif [[ $FLAVOUR == "Latte" ]]; then 115 + ACCENTCOLOR=#40a02b 116 + fi 117 + echo "Accent Green(9) was selected!" 118 + elif [[ $ACCENT == "Teal" ]]; then 119 + if [[ $FLAVOUR == "Mocha" ]]; then 120 + ACCENTCOLOR=#94e2d5 121 + elif [[ $FLAVOUR == "Macchiato" ]]; then 122 + ACCENTCOLOR=#8bd5ca 123 + elif [[ $FLAVOUR == "Frappe" ]]; then 124 + ACCENTCOLOR=#81c8be 125 + elif [[ $FLAVOUR == "Latte" ]]; then 126 + ACCENTCOLOR=#179299 127 + fi 128 + echo "Accent Teal(10) was selected!" 129 + elif [[ $ACCENT == "Sky" ]]; then 130 + if [[ $FLAVOUR == "Mocha" ]]; then 131 + ACCENTCOLOR=#89dceb 132 + elif [[ $FLAVOUR == "Macchiato" ]]; then 133 + ACCENTCOLOR=#91d7e3 134 + elif [[ $FLAVOUR == "Frappe" ]]; then 135 + ACCENTCOLOR=#99d1db 136 + elif [[ $FLAVOUR == "Latte" ]]; then 137 + ACCENTCOLOR=#04a5e5 138 + fi 139 + echo "Accent Sky(11) was selected!" 140 + elif [[ $ACCENT == "Sapphire" ]]; then 141 + if [[ $FLAVOUR == "Mocha" ]]; then 142 + ACCENTCOLOR=#74c7ec 143 + elif [[ $FLAVOUR == "Macchiato" ]]; then 144 + ACCENTCOLOR=#7dc4e4 145 + elif [[ $FLAVOUR == "Frappe" ]]; then 146 + ACCENTCOLOR=#85c1dc 147 + elif [[ $FLAVOUR == "Latte" ]]; then 148 + ACCENTCOLOR=#209fb5 149 + fi 150 + echo "Accent Sapphire(12) was selected!" 151 + elif [[ $ACCENT == "Blue" ]]; then 152 + if [[ $FLAVOUR == "Mocha" ]]; then 153 + ACCENTCOLOR=#89b4fa 154 + elif [[ $FLAVOUR == "Macchiato" ]]; then 155 + ACCENTCOLOR=#8aadf4 156 + elif [[ $FLAVOUR == "Frappe" ]]; then 157 + ACCENTCOLOR=#8caaee 158 + elif [[ $FLAVOUR == "Latte" ]]; then 159 + ACCENTCOLOR=#1e66f5 160 + fi 161 + echo "Accent Blue(13) was selected!" 162 + elif [[ $ACCENT == "Lavender" ]]; then 163 + if [[ $FLAVOUR == "Mocha" ]]; then 164 + ACCENTCOLOR=#b4befe 165 + elif [[ $FLAVOUR == "Macchiato" ]]; then 166 + ACCENTCOLOR=#b7bdf8 167 + elif [[ $FLAVOUR == "Frappe" ]]; then 168 + ACCENTCOLOR=#babbf1 169 + elif [[ $FLAVOUR == "Latte" ]]; then 170 + ACCENTCOLOR=#7287fd 171 + fi 172 + echo "Accent Lavender(14) was selected!" 173 + else echo "Not a valid accent" && exit 174 + fi 175 + 176 + if [[ $WINDECSTYLE == "Modern" ]]; then 177 + WINDECSTYLECODE=__aurorae__svg__Catppuccin$FLAVOUR-Modern 178 + elif [[ $WINDECSTYLE == "Classic" ]]; then 179 + WINDECSTYLECODE=__aurorae__svg__Catppuccin$FLAVOUR-Classic 180 + fi 181 + 182 + function ModifyLightlyPlasma { 183 + 184 + rm -rf $DESKTOPTHEMEDIR/lightly-plasma-git/icons/* 185 + rm -rf $DESKTOPTHEMEDIR/lightly-plasma-git/translucent 186 + rm $DESKTOPTHEMEDIR/lightly-plasma-git/widgets/tabbar.svgz 187 + rm $DESKTOPTHEMEDIR/lightly-plasma-git/dialogs/background.svgz 188 + 189 + # Copy Patches 190 + cp $DESKTOPTHEMEDIR/lightly-plasma-git/solid/* $DESKTOPTHEMEDIR/lightly-plasma-git -Rf 191 + cp ./Patches/glowbar.svg $DESKTOPTHEMEDIR/lightly-plasma-git/widgets -rf 192 + cp ./Patches/background.svg $DESKTOPTHEMEDIR/lightly-plasma-git/widgets -rf 193 + cp ./Patches/panel-background.svgz $DESKTOPTHEMEDIR/lightly-plasma-git/widgets 194 + 195 + # Modify description to state that it has been modified by the KDE Catppuccin Installer 196 + sed -e s/A\ plasma\ style\ with\ close\ to\ the\ look\ of\ the\ newest\ Lightly./*MODIFIED\ BY\ CATPPUCCIN\ KDE\ INSTALLER*\ A\ plasma\ style\ with\ close\ to\ the\ look\ of\ the\ newest\ Lightly./g $DESKTOPTHEMEDIR/lightly-plasma-git/metadata.desktop >> $DESKTOPTHEMEDIR/lightly-plasma-git/newMetadata.desktop 197 + cp -f $DESKTOPTHEMEDIR/metadata.desktop $DESKTOPTHEMEDIR/lightly-plasma-git/metadata.desktop && rm $DESKTOPTHEMEDIR/metadata.desktop 198 + } 199 + 200 + function AuroraeInstall { 201 + if [[ $WINDECSTYLE == "Modern" ]]; then 202 + cp ./Resources/aurorae/Catppuccin$FLAVOUR-Modern $AURORAEDIR -r; 203 + elif [[ $WINDECSTYLE == "Classic" ]]; then 204 + cp ./Resources/aurorae/Catppuccin$FLAVOUR-Classic $AURORAEDIR -r; 205 + fi 206 + } 207 + 208 + function BuildColorscheme { 209 + # Add Metadata & Replace Accent in colors file 210 + sed -e s/--accentColor/$ACCENTCOLOR/g -e s/--flavour/$FLAVOUR/g -e s/--accentName/$ACCENT/g ./Resources/base.colors > ./dist/base.colors 211 + # Hydrate Metadata with Pallet + Accent Info 212 + sed -e s/--accentName/$ACCENT/g -e s/--flavour/$FLAVOUR/g ./Resources/metadata.desktop > ./dist/Catppuccin-$FLAVOUR-$ACCENT/metadata.desktop 213 + # Modify 'defaults' to set the correct Aurorae Theme 214 + sed -e s/--accentName/$ACCENT/g -e s/--flavour/$FLAVOUR/g -e s/--aurorae/$WINDECSTYLECODE/g ./Resources/defaults > ./dist/Catppuccin-$FLAVOUR-$ACCENT/contents/defaults 215 + # Hydrate Dummy colors according to Pallet 216 + FLAVOURNAME=$FLAVOUR ACCENTNAME=$ACCENT ./Installer/color-build.sh -o ./dist/Catppuccin$FLAVOUR$ACCENT.colors -s ./dist/base.colors 217 + } 218 + 219 + function BuildSplashScreen { 220 + # Hydrate Dummy colors according to Pallet 221 + FLAVOURNAME=$FLAVOUR ./Installer/color-build.sh -s ./Resources/splash/images/busywidget.svg -o ./dist/$GLOBALTHEMENAME/contents/splash/images/_busywidget.svg 222 + # Replace Accent in colors file 223 + sed ./dist/$GLOBALTHEMENAME/contents/splash/images/_busywidget.svg -e s/REPLACE--ACCENT/$ACCENTCOLOR/g > ./dist/$GLOBALTHEMENAME/contents/splash/images/busywidget.svg 224 + # Cleanup temporary file 225 + rm ./dist/$GLOBALTHEMENAME/contents/splash/images/_busywidget.svg 226 + # Hydrate Dummy colors according to Pallet (QML file) 227 + FLAVOURNAME=$FLAVOUR ./Installer/color-build.sh -s ./Resources/splash/Splash.qml -o ./dist/$GLOBALTHEMENAME/contents/splash/Splash.qml 228 + # Add CTP Logo 229 + # TODO: Switch between latte & mocha logo based on Pallet 230 + cp ./Resources/splash/images/Logo.png ./dist/$GLOBALTHEMENAME/contents/splash/images 231 + } 232 + 233 + # Prepare Global Theme Folder 234 + GLOBALTHEMENAME="Catppuccin-$FLAVOUR-$ACCENT" 235 + cp -r ./Resources/Catppuccin-$FLAVOUR-Global ./dist/$GLOBALTHEMENAME 236 + mkdir -p ./dist/$GLOBALTHEMENAME/contents/splash/images 237 + 238 + # Build SplashScreen 239 + echo "Building SplashScreen.." 240 + BuildSplashScreen 241 + 242 + # Build Colorscheme 243 + echo "Building Colorscheme.." 244 + # Generate Color scheme 245 + BuildColorscheme 246 + 247 + # Install Colorscheme 248 + echo "Installing Colorscheme.." 249 + mv ./dist/Catppuccin$FLAVOUR$ACCENT.colors $COLORDIR 250 + 251 + # Install Global Theme. 252 + echo "Installing Global Theme.." 253 + cp -r ./dist/$GLOBALTHEMENAME $LOOKANDFEELDIR 254 + 255 + # echo "Modifying lightly plasma theme.." 256 + # ModifyLightlyPlasma 257 + 258 + echo "Installing aurorae theme.." 259 + AuroraeInstall 260 + 261 + # Cleanup 262 + echo "Cleaning up.." 263 + rm -rf ./dist
+97
pkgs/desktops/deepin/apps/deepin-screen-recorder/default.nix
··· 1 + { stdenv 2 + , lib 3 + , fetchFromGitHub 4 + , qmake 5 + , pkg-config 6 + , qttools 7 + , wrapQtAppsHook 8 + , dtkwidget 9 + , qt5integration 10 + , dde-qt-dbus-factory 11 + , dde-dock 12 + , qtbase 13 + , qtmultimedia 14 + , qtx11extras 15 + , image-editor 16 + , gsettings-qt 17 + , xorg 18 + , libusb1 19 + , libv4l 20 + , ffmpeg 21 + , ffmpegthumbnailer 22 + , portaudio 23 + , kwayland 24 + , udev 25 + , gst_all_1 26 + }: 27 + stdenv.mkDerivation rec { 28 + pname = "deepin-screen-recorder"; 29 + version = "5.11.23"; 30 + 31 + src = fetchFromGitHub { 32 + owner = "linuxdeepin"; 33 + repo = pname; 34 + rev = version; 35 + sha256 = "sha256-yKBF/MmhlgwO5GLwfGgs13ERuzOg8EYjc3bXZ8TvcBU="; 36 + }; 37 + 38 + patches = [ ./dont_use_libPath.diff ]; 39 + 40 + postPatch = '' 41 + substituteInPlace screen_shot_recorder.pro deepin-screen-recorder.desktop \ 42 + src/{src.pro,pin_screenshots/pin_screenshots.pro} \ 43 + src/dde-dock-plugins/{shotstart/shotstart.pro,recordtime/recordtime.pro} \ 44 + assets/com.deepin.Screenshot.service \ 45 + --replace "/usr" "$out" 46 + ''; 47 + 48 + nativeBuildInputs = [ 49 + qmake 50 + pkg-config 51 + qttools 52 + wrapQtAppsHook 53 + ]; 54 + 55 + buildInputs = [ 56 + dtkwidget 57 + dde-qt-dbus-factory 58 + dde-dock 59 + qtbase 60 + qtmultimedia 61 + qtx11extras 62 + image-editor 63 + gsettings-qt 64 + xorg.libXdmcp 65 + xorg.libXtst 66 + xorg.libXcursor 67 + libusb1 68 + libv4l 69 + ffmpeg 70 + ffmpegthumbnailer 71 + portaudio 72 + kwayland 73 + udev 74 + ] ++ (with gst_all_1; [ 75 + gstreamer 76 + gst-plugins-base 77 + gst-plugins-good 78 + ]); 79 + 80 + # qt5integration must be placed before qtsvg in QT_PLUGIN_PATH 81 + qtWrapperArgs = [ 82 + "--prefix QT_PLUGIN_PATH : ${qt5integration}/${qtbase.qtPluginPrefix}" 83 + "--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ udev gst_all_1.gstreamer ]}" 84 + ]; 85 + 86 + preFixup = '' 87 + qtWrapperArgs+=(--prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "$GST_PLUGIN_SYSTEM_PATH_1_0") 88 + ''; 89 + 90 + meta = with lib; { 91 + description = "Screen recorder application for dde"; 92 + homepage = "https://github.com/linuxdeepin/deepin-screen-recorder"; 93 + license = licenses.gpl3Plus; 94 + platforms = platforms.linux; 95 + maintainers = teams.deepin.members; 96 + }; 97 + }
+36
pkgs/desktops/deepin/apps/deepin-screen-recorder/dont_use_libPath.diff
··· 1 + diff --git a/src/gstrecord/gstinterface.cpp b/src/gstrecord/gstinterface.cpp 2 + index b269b01..c075295 100644 3 + --- a/src/gstrecord/gstinterface.cpp 4 + +++ b/src/gstrecord/gstinterface.cpp 5 + @@ -48,6 +48,7 @@ gstInterface::gstInterface() 6 + } 7 + QString gstInterface::libPath(const QString &sLib) 8 + { 9 + + return sLib; 10 + qInfo() << "gstreamer lib name is " << sLib; 11 + QDir dir; 12 + QString path = QLibraryInfo::location(QLibraryInfo::LibrariesPath); 13 + diff --git a/src/main_window.cpp b/src/main_window.cpp 14 + index 7bfc78e..dcbbc2f 100755 15 + --- a/src/main_window.cpp 16 + +++ b/src/main_window.cpp 17 + @@ -585,6 +585,7 @@ void MainWindow::initDynamicLibPath() 18 + } 19 + QString MainWindow::libPath(const QString &strlib) 20 + { 21 + + return strlib; 22 + QDir dir; 23 + QString path = QLibraryInfo::location(QLibraryInfo::LibrariesPath); 24 + dir.setPath(path); 25 + diff --git a/src/waylandrecord/avlibinterface.cpp b/src/waylandrecord/avlibinterface.cpp 26 + index d7942d6..c5cfdf4 100644 27 + --- a/src/waylandrecord/avlibinterface.cpp 28 + +++ b/src/waylandrecord/avlibinterface.cpp 29 + @@ -105,6 +105,7 @@ avlibInterface::avlibInterface() 30 + 31 + QString avlibInterface::libPath(const QString &sLib) 32 + { 33 + + return sLib; 34 + //qDebug() << sLib; 35 + QDir dir; 36 + QString path = QLibraryInfo::location(QLibraryInfo::LibrariesPath);
+1
pkgs/desktops/deepin/default.nix
··· 48 48 deepin-movie-reborn = callPackage ./apps/deepin-movie-reborn { }; 49 49 deepin-music = callPackage ./apps/deepin-music { }; 50 50 deepin-picker = callPackage ./apps/deepin-picker { }; 51 + deepin-screen-recorder = callPackage ./apps/deepin-screen-recorder { }; 51 52 deepin-shortcut-viewer = callPackage ./apps/deepin-shortcut-viewer { }; 52 53 deepin-system-monitor = callPackage ./apps/deepin-system-monitor { }; 53 54 deepin-terminal = callPackage ./apps/deepin-terminal { };
+3 -3
pkgs/desktops/pantheon/third-party/wingpanel-indicator-ayatana/default.nix
··· 15 15 16 16 stdenv.mkDerivation rec { 17 17 pname = "wingpanel-indicator-ayatana"; 18 - version = "unstable-2021-12-18"; 18 + version = "unstable-2023-04-18"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "Lafydev"; 22 22 repo = pname; 23 - rev = "5749f753ca64ce58232a46b9045949b3f8219827"; 24 - sha256 = "sha256-kuEVw62IDTyC3hRRcWv2RihPOohGqEt8YLr44SurwPM="; 23 + rev = "d554663b4e199d44c1f1d53b5cc39b9a775b3f1c"; 24 + sha256 = "sha256-dEk0exLh+TGuQt7be2YRTS2EzPD55+edR8WibthXwhI="; 25 25 }; 26 26 27 27 patches = [
+19 -4
pkgs/desktops/xfce/panel-plugins/xfce4-battery-plugin/default.nix
··· 1 - { lib, mkXfceDerivation, gtk3, libxfce4ui, libxfce4util, xfce4-panel, xfconf }: 1 + { lib 2 + , mkXfceDerivation 3 + , glib 4 + , gtk3 5 + , libxfce4ui 6 + , libxfce4util 7 + , xfce4-panel 8 + , xfconf 9 + }: 2 10 3 11 mkXfceDerivation { 4 12 category = "panel-plugins"; 5 13 pname = "xfce4-battery-plugin"; 6 - version = "1.1.4"; 14 + version = "1.1.5"; 7 15 rev-prefix = "xfce4-battery-plugin-"; 8 16 odd-unstable = false; 9 - sha256 = "sha256-LwwlyWhtVM+OHR9KtE4DPyU5V/dMOjcgSjsI3o7qfk8="; 17 + sha256 = "sha256-X5EGDZaPZdTxiLXyeLwnMx97P6wPy+H09hi9+OFYyY0="; 10 18 11 - buildInputs = [ gtk3 libxfce4ui libxfce4util xfce4-panel xfconf ]; 19 + buildInputs = [ 20 + glib 21 + gtk3 22 + libxfce4ui 23 + libxfce4util 24 + xfce4-panel 25 + xfconf 26 + ]; 12 27 13 28 meta = with lib; { 14 29 description = "Battery plugin for Xfce panel";
+5 -3
pkgs/desktops/xfce/panel-plugins/xfce4-fsguard-plugin/default.nix
··· 7 7 , xfce4-panel 8 8 , libxfce4ui 9 9 , xfconf 10 + , glib 10 11 , gtk3 11 12 , gitUpdater 12 13 }: ··· 14 15 let 15 16 category = "panel-plugins"; 16 17 in stdenv.mkDerivation rec { 17 - pname = "xfce4-fsguard-plugin"; 18 - version = "1.1.2"; 18 + pname = "xfce4-fsguard-plugin"; 19 + version = "1.1.3"; 19 20 20 21 src = fetchurl { 21 22 url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; 22 - sha256 = "sha256-Z9jmohmnEXxZaTrbxZw5puujHj8YpUmRie9O8otVQQU="; 23 + sha256 = "sha256-hO+LtHUiktZMDvEBut97FESHkL+gqF3mRNv6Iphuwlg="; 23 24 }; 24 25 25 26 nativeBuildInputs = [ ··· 32 33 libxfce4ui 33 34 xfce4-panel 34 35 xfconf 36 + glib 35 37 gtk3 36 38 ]; 37 39
+21 -5
pkgs/desktops/xfce/panel-plugins/xfce4-mailwatch-plugin/default.nix
··· 1 - { lib, stdenv, fetchurl, pkg-config, intltool, xfce4-panel, libxfce4ui, 2 - exo, gnutls, libgcrypt, gitUpdater }: 1 + { lib 2 + , stdenv 3 + , fetchurl 4 + , pkg-config 5 + , intltool 6 + , xfce4-panel 7 + , libxfce4ui 8 + , libxfce4util 9 + , exo 10 + , glib 11 + , gtk3 12 + , gnutls 13 + , libgcrypt 14 + , gitUpdater 15 + }: 3 16 4 17 let 5 18 category = "panel-plugins"; 6 19 in 7 20 8 21 stdenv.mkDerivation rec { 9 - pname = "xfce4-mailwatch-plugin"; 10 - version = "1.3.0"; 22 + pname = "xfce4-mailwatch-plugin"; 23 + version = "1.3.1"; 11 24 12 25 src = fetchurl { 13 26 url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; 14 - sha256 = "sha256-IPkevv0ogLJ/Qh93MRWzdA9n3iv2D+rOOEG/0aCcvi4="; 27 + sha256 = "sha256-BUlk6f5MpmhIZACZHOHqAdB6rHuiNfSxTUqPfZgABGo="; 15 28 }; 16 29 17 30 nativeBuildInputs = [ ··· 21 34 22 35 buildInputs = [ 23 36 libxfce4ui 37 + libxfce4util 24 38 xfce4-panel 25 39 exo 40 + glib 41 + gtk3 26 42 gnutls 27 43 libgcrypt 28 44 ];
+2 -2
pkgs/development/libraries/level-zero/default.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "level-zero"; 10 - version = "1.9.9"; 10 + version = "1.10.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "oneapi-src"; 14 14 repo = "level-zero"; 15 15 rev = "refs/tags/v${version}"; 16 - hash = "sha256-zzlecBk7Mi3Nhj4eIAp81pq7+lIiKpvEaNeXuJKDPII="; 16 + hash = "sha256-4eDLtlVhJW3SCvDlVWcvAImiHoW02IgLfZ57gocexEQ="; 17 17 }; 18 18 19 19 nativeBuildInputs = [ cmake addOpenGLRunpath ];
+6
pkgs/development/python-modules/django-redis/default.nix
··· 1 1 { lib 2 2 , fetchFromGitHub 3 + , pythonAtLeast 3 4 , pythonOlder 4 5 , buildPythonPackage 5 6 ··· 64 65 pytest-django 65 66 pytest-mock 66 67 pytestCheckHook 68 + ]; 69 + 70 + pytestFlagsArray = lib.optionals (pythonAtLeast "3.11") [ 71 + # DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13 72 + "-W" "ignore::DeprecationWarning" 67 73 ]; 68 74 69 75 disabledTests = [
+2 -2
pkgs/development/python-modules/google-cloud-bigquery/default.nix
··· 28 28 29 29 buildPythonPackage rec { 30 30 pname = "google-cloud-bigquery"; 31 - version = "3.9.0"; 31 + version = "3.10.0"; 32 32 format = "setuptools"; 33 33 34 34 disabled = pythonOlder "3.7"; 35 35 36 36 src = fetchPypi { 37 37 inherit pname version; 38 - hash = "sha256-ObBVCHqEcbDrq3pL9U3s2oRbYIexBO8L4HjO0eHcyyY="; 38 + hash = "sha256-SwLe8Hbi24zsZvZftifROQSp/Dz0/uMV7eQ9y3A4qN8="; 39 39 }; 40 40 41 41 propagatedBuildInputs = [
+42
pkgs/development/python-modules/opencontainers/default.nix
··· 1 + { lib 2 + , buildPythonPackage 3 + , fetchPypi 4 + , pytestCheckHook 5 + , requests 6 + }: 7 + 8 + buildPythonPackage rec { 9 + pname = "opencontainers"; 10 + version = "0.0.14"; 11 + format = "setuptools"; 12 + 13 + src = fetchPypi { 14 + inherit pname version; 15 + hash = "sha256-/eO4CZtWtclWQV34kz4iJ+GRToBaJ3uETy+eUjQXOPI="; 16 + }; 17 + 18 + postPatch = '' 19 + sed -i "/pytest-runner/d" setup.py 20 + ''; 21 + 22 + passthru.optional-dependencies.reggie = [ 23 + requests 24 + ]; 25 + 26 + pythonImportsCheck = [ 27 + "opencontainers" 28 + ]; 29 + 30 + nativeCheckInputs = [ 31 + pytestCheckHook 32 + ] ++ passthru.optional-dependencies.reggie; 33 + 34 + __darwinAllowLocalNetworking = true; 35 + 36 + meta = with lib; { 37 + description = "Python module for oci specifications"; 38 + homepage = "https://github.com/vsoch/oci-python"; 39 + license = licenses.mpl20; 40 + maintainers = with maintainers; [ hexa ]; 41 + }; 42 + }
+7 -2
pkgs/development/python-modules/pysigma-backend-elasticsearch/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pysigma-backend-elasticsearch"; 13 - version = "1.0.1"; 13 + version = "1.0.3"; 14 14 format = "pyproject"; 15 15 16 16 disabled = pythonOlder "3.8"; ··· 19 19 owner = "SigmaHQ"; 20 20 repo = "pySigma-backend-elasticsearch"; 21 21 rev = "refs/tags/v${version}"; 22 - hash = "sha256-7uaU4CYLqylVWsHPvQXQe5cATV6O5OgzkHQwbJhqkPo="; 22 + hash = "sha256-NjMfJgM8YaJiQp8rucR099y4ZFG98XnxK1KZlnZb+MI="; 23 23 }; 24 + 25 + postPatch = '' 26 + substituteInPlace pyproject.toml \ 27 + --replace " --cov=sigma --cov-report term --cov-report xml:cov.xml" "" 28 + ''; 24 29 25 30 nativeBuildInputs = [ 26 31 poetry-core
+7 -2
pkgs/development/python-modules/pysigma-backend-opensearch/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pysigma-backend-opensearch"; 14 - version = "0.1.6"; 14 + version = "1.0.0"; 15 15 format = "pyproject"; 16 16 17 17 disabled = pythonOlder "3.8"; ··· 20 20 owner = "SigmaHQ"; 21 21 repo = "pySigma-backend-opensearch"; 22 22 rev = "refs/tags/v${version}"; 23 - hash = "sha256-Vn0H6yDHo0zzAx9CtKCYmXxpWRd2g1Y2GZWkpPFvihs="; 23 + hash = "sha256-erqKAtTNMQQy/zUkpOd0LoQT2MY2mgz5yGuSQJ0QTjI="; 24 24 }; 25 + 26 + postPatch = '' 27 + substituteInPlace pyproject.toml \ 28 + --replace " --cov=sigma --cov-report term --cov-report xml:cov.xml" "" 29 + ''; 25 30 26 31 nativeBuildInputs = [ 27 32 poetry-core
+2 -2
pkgs/development/python-modules/sentry-sdk/default.nix
··· 40 40 41 41 buildPythonPackage rec { 42 42 pname = "sentry-sdk"; 43 - version = "1.18.0"; 43 + version = "1.20.0"; 44 44 format = "setuptools"; 45 45 46 46 disabled = pythonOlder "3.7"; ··· 49 49 owner = "getsentry"; 50 50 repo = "sentry-python"; 51 51 rev = "refs/tags/${version}"; 52 - hash = "sha256-4HOJ6ouUU6RqtxYOsnoojT4aQ/h8YzcLHTO8lFZecZw="; 52 + hash = "sha256-fAlEh3S95Dyw1xHK2XaqbA6xUsASXbhzELGZTH/G+kg="; 53 53 }; 54 54 55 55 propagatedBuildInputs = [
+7
pkgs/development/python-modules/unittest-xml-reporting/default.nix
··· 2 2 , fetchFromGitHub 3 3 , buildPythonPackage 4 4 , lxml 5 + , pythonAtLeast 5 6 , pythonOlder 6 7 , pytestCheckHook 7 8 }: ··· 24 25 25 26 nativeCheckInputs = [ 26 27 pytestCheckHook 28 + ]; 29 + 30 + pytestFlagsArray = lib.optionals (pythonAtLeast "3.11") [ 31 + # AttributeError: 'tuple' object has no attribute 'shortDescription' 32 + "--deselect=tests/testsuite.py::XMLTestRunnerTestCase::test_basic_unittest_constructs" 33 + "--deselect=tests/testsuite.py::XMLTestRunnerTestCase::test_unexpected_success" 27 34 ]; 28 35 29 36 pythonImportsCheck = [ "xmlrunner" ];
+2 -2
pkgs/development/tools/database/sqlfluff/default.nix
··· 5 5 6 6 python3.pkgs.buildPythonApplication rec { 7 7 pname = "sqlfluff"; 8 - version = "2.0.5"; 8 + version = "2.0.7"; 9 9 format = "setuptools"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = pname; 13 13 repo = pname; 14 14 rev = "refs/tags/${version}"; 15 - hash = "sha256-tv5f298MQepGuLPeqe4/7LtVZ77WjTOOZVEvde8ZbZQ="; 15 + hash = "sha256-FXSGG13/Al8QVFy55f91+ZyQKeZA4wFGd06kIj6NjaI="; 16 16 }; 17 17 18 18 propagatedBuildInputs = with python3.pkgs; [
+51
pkgs/development/tools/language-servers/helm-ls/default.nix
··· 1 + { lib 2 + , buildGoModule 3 + , fetchFromGitHub 4 + , installShellFiles 5 + , testers 6 + , helm-ls 7 + }: 8 + 9 + buildGoModule rec { 10 + pname = "helm-ls"; 11 + version = "0.0.3"; 12 + 13 + src = fetchFromGitHub { 14 + owner = "mrjosh"; 15 + repo = "helm-ls"; 16 + rev = "v${version}"; 17 + hash = "sha256-MiDbV+mfr1wcc0e0iwFPL8WniWKbPnr4zb79qniT2Kc="; 18 + }; 19 + 20 + vendorHash = "sha256-EqZlmOoQtC3Iuf0LG2PL0K2pluGqbyA6132lzgF4+ic="; 21 + 22 + nativeBuildInputs = [ installShellFiles ]; 23 + 24 + ldflags = [ 25 + "-s" 26 + "-w" 27 + "-X main.Version=${version}" 28 + ]; 29 + 30 + postInstall = '' 31 + mv $out/bin/helm-ls $out/bin/helm_ls 32 + installShellCompletion --cmd roxctl \ 33 + --bash <($out/bin/helm_ls completion bash) \ 34 + --fish <($out/bin/helm_ls completion fish) \ 35 + --zsh <($out/bin/helm_ls completion zsh) 36 + ''; 37 + 38 + passthru.tests.version = testers.testVersion { 39 + package = helm-ls; 40 + command = "helm_ls version"; 41 + }; 42 + 43 + meta = with lib; { 44 + description = "Language server for Helm"; 45 + changelog = "https://github.com/mrjosh/helm-ls/releases/tag/v${version}"; 46 + homepage = "https://github.com/mrjosh/helm-ls"; 47 + license = licenses.mit; 48 + maintainers = with maintainers; [ stehessel ]; 49 + mainProgram = "helm_ls"; 50 + }; 51 + }
+3 -3
pkgs/development/tools/misc/clojure-lsp/default.nix
··· 2 2 3 3 buildGraalvmNativeImage rec { 4 4 pname = "clojure-lsp"; 5 - version = "2023.02.27-13.12.12"; 5 + version = "2023.04.19-12.43.29"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = pname; 9 9 repo = pname; 10 10 rev = version; 11 - sha256 = "sha256-QyXmjszXBBUFOAZTNgUYIWWv2v7v/QbsAglRjF0Frfo="; 11 + sha256 = "sha256-Y3zBkNp8rTQY8yjSeZDIKHgpMEDLe3XBlEWeuc5H3mk="; 12 12 }; 13 13 14 14 jar = fetchurl { 15 15 url = "https://github.com/clojure-lsp/clojure-lsp/releases/download/${version}/clojure-lsp-standalone.jar"; 16 - sha256 = "828339a66ad23692c71ca62a720ac036e4acdef90769a2cce588e89ed8ea9c36"; 16 + sha256 = "df6b582a39183c271a8d00ddf4e3cf020b9e872e6fad2c13bf7de46e940ff4d6"; 17 17 }; 18 18 19 19 extraNativeImageBuildArgs = [
+3 -3
pkgs/development/tools/pscale/default.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "pscale"; 11 - version = "0.134.0"; 11 + version = "0.138.0"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "planetscale"; 15 15 repo = "cli"; 16 16 rev = "v${version}"; 17 - sha256 = "sha256-t9gTAtmBCoESotNO6vcaDcYEVIwHoZfN55MrWNaN3R8="; 17 + sha256 = "sha256-MoZN1zvOdRoVSEemH+h64k7kID2g0KyHHXWhr2wc914="; 18 18 }; 19 19 20 - vendorHash = "sha256-z/YjBpLw1tW0NJvIeQImYPxz4uDT59fxQW3+AYMBsVk="; 20 + vendorHash = "sha256-kgLSUC+koGLfbxvwwsHzJXzL+4xrtZsraoKDLzGzrEA="; 21 21 22 22 ldflags = [ 23 23 "-s" "-w"
+2 -2
pkgs/development/tools/steamos-devkit/default.nix
··· 57 57 in 58 58 python3.pkgs.buildPythonPackage rec { 59 59 pname = "steamos-devkit"; 60 - version = "0.20221101"; 60 + version = "0.20230411.0"; 61 61 62 62 src = fetchFromGitLab { 63 63 domain = "gitlab.steamos.cloud"; 64 64 owner = "devkit"; 65 65 repo = "steamos-devkit"; 66 66 rev = "v${version}"; 67 - sha256 = "sha256-VKnfcMF3WxkvqxlhJF+5j4Hso/TZpSS4dMOmSrWagRU="; 67 + sha256 = "sha256-DQIyjEpUFnC0OjMjKMrGYs4+HoEDfcSc3m3rfXLPyZ0="; 68 68 }; 69 69 70 70 propagatedBuildInputs = with python3.pkgs; [
+3 -3
pkgs/shells/zsh/zsh-fzf-tab/default.nix
··· 4 4 INSTALL_PATH="${placeholder "out"}/share/fzf-tab"; 5 5 in stdenv.mkDerivation rec { 6 6 pname = "zsh-fzf-tab"; 7 - version = "unstable-2022-12-08"; 7 + version = "unstable-2023-05-19"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "Aloxaf"; 11 11 repo = "fzf-tab"; 12 - rev = "ffb7b776be492333b94cf0be87456b62a1f26e2f"; 13 - sha256 = "bIlnYKjjOC6h5/Gg7xBg+i2TBk+h82wmHgAJPhzMsek="; 12 + rev = "5a81e13792a1eed4a03d2083771ee6e5b616b9ab"; 13 + sha256 = "sha256-bIlnYKjjOC6h5/Gg7xBg+i2TBk+h82wmHgAJPhzMsek="; 14 14 }; 15 15 16 16 strictDeps = true;
+470 -264
pkgs/tools/graphics/wgpu-utils/Cargo.lock
··· 48 48 49 49 [[package]] 50 50 name = "anyhow" 51 - version = "1.0.66" 51 + version = "1.0.70" 52 52 source = "registry+https://github.com/rust-lang/crates.io-index" 53 - checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6" 53 + checksum = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4" 54 54 55 55 [[package]] 56 56 name = "arrayref" ··· 79 79 source = "registry+https://github.com/rust-lang/crates.io-index" 80 80 checksum = "28bf19c1f0a470be5fbf7522a308a05df06610252c5bcf5143e1b23f629a9a03" 81 81 dependencies = [ 82 - "libloading", 82 + "libloading 0.7.4", 83 83 ] 84 84 85 85 [[package]] 86 86 name = "async-executor" 87 - version = "1.5.0" 87 + version = "1.5.1" 88 88 source = "registry+https://github.com/rust-lang/crates.io-index" 89 - checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b" 89 + checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb" 90 90 dependencies = [ 91 91 "async-lock", 92 92 "async-task", ··· 114 114 115 115 [[package]] 116 116 name = "async-trait" 117 - version = "0.1.59" 117 + version = "0.1.68" 118 118 source = "registry+https://github.com/rust-lang/crates.io-index" 119 - checksum = "31e6e93155431f3931513b243d371981bb2770112b370c82745a1d19d2f99364" 119 + checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842" 120 120 dependencies = [ 121 121 "proc-macro2", 122 122 "quote", 123 - "syn", 124 - ] 125 - 126 - [[package]] 127 - name = "atty" 128 - version = "0.2.14" 129 - source = "registry+https://github.com/rust-lang/crates.io-index" 130 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 131 - dependencies = [ 132 - "hermit-abi", 133 - "libc", 134 - "winapi", 123 + "syn 2.0.11", 135 124 ] 136 125 137 126 [[package]] ··· 173 162 174 163 [[package]] 175 164 name = "base64-simd" 176 - version = "0.7.0" 165 + version = "0.8.0" 177 166 source = "registry+https://github.com/rust-lang/crates.io-index" 178 - checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5" 167 + checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195" 179 168 dependencies = [ 180 - "simd-abstraction", 169 + "outref", 170 + "vsimd", 181 171 ] 182 172 183 173 [[package]] ··· 202 192 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 203 193 204 194 [[package]] 195 + name = "bitflags" 196 + version = "2.1.0" 197 + source = "registry+https://github.com/rust-lang/crates.io-index" 198 + checksum = "c70beb79cbb5ce9c4f8e20849978f34225931f665bb49efa6982875a4d5facb3" 199 + 200 + [[package]] 205 201 name = "block" 206 202 version = "0.1.6" 207 203 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 215 211 216 212 [[package]] 217 213 name = "bytemuck" 218 - version = "1.12.3" 214 + version = "1.13.1" 219 215 source = "registry+https://github.com/rust-lang/crates.io-index" 220 - checksum = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f" 216 + checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea" 221 217 dependencies = [ 222 218 "bytemuck_derive", 223 219 ] 224 220 225 221 [[package]] 226 222 name = "bytemuck_derive" 227 - version = "1.3.0" 223 + version = "1.4.0" 228 224 source = "registry+https://github.com/rust-lang/crates.io-index" 229 - checksum = "5fe233b960f12f8007e3db2d136e3cb1c291bfd7396e384ee76025fc1a3932b4" 225 + checksum = "1aca418a974d83d40a0c1f0c5cba6ff4bc28d8df099109ca459a2118d40b6322" 230 226 dependencies = [ 231 227 "proc-macro2", 232 228 "quote", 233 - "syn", 229 + "syn 1.0.105", 234 230 ] 235 231 236 232 [[package]] ··· 260 256 261 257 [[package]] 262 258 name = "cargo-run-wasm" 263 - version = "0.3.0" 259 + version = "0.3.2" 264 260 source = "registry+https://github.com/rust-lang/crates.io-index" 265 - checksum = "13b0eb1208f33599c1fea41f2f6a09bb7e27341acb79aa92e6d6847cc60a1828" 261 + checksum = "cc1e37cf14ef470ed74ec2a8b95e51b8623bcf6f76d24f233ebaeb209f766230" 266 262 dependencies = [ 267 263 "devserver_lib", 268 264 "pico-args", 265 + "serde_json", 269 266 "wasm-bindgen-cli-support", 270 267 ] 271 268 ··· 305 302 source = "registry+https://github.com/rust-lang/crates.io-index" 306 303 checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a" 307 304 dependencies = [ 308 - "bitflags", 305 + "bitflags 1.3.2", 309 306 "block", 310 307 "cocoa-foundation", 311 308 "core-foundation", ··· 321 318 source = "registry+https://github.com/rust-lang/crates.io-index" 322 319 checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318" 323 320 dependencies = [ 324 - "bitflags", 321 + "bitflags 1.3.2", 325 322 "block", 326 323 "core-foundation", 327 324 "core-graphics-types", ··· 373 370 374 371 [[package]] 375 372 name = "console_log" 376 - version = "0.2.0" 373 + version = "0.2.2" 377 374 source = "registry+https://github.com/rust-lang/crates.io-index" 378 - checksum = "501a375961cef1a0d44767200e66e4a559283097e91d0730b1d75dfb2f8a1494" 375 + checksum = "e89f72f65e8501878b8a004d5a1afb780987e2ce2b4532c562e367a72c57499f" 379 376 dependencies = [ 380 377 "log", 381 378 "web-sys", ··· 409 406 source = "registry+https://github.com/rust-lang/crates.io-index" 410 407 checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb" 411 408 dependencies = [ 412 - "bitflags", 409 + "bitflags 1.3.2", 413 410 "core-foundation", 414 411 "core-graphics-types", 415 412 "foreign-types 0.3.2", ··· 422 419 source = "registry+https://github.com/rust-lang/crates.io-index" 423 420 checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b" 424 421 dependencies = [ 425 - "bitflags", 422 + "bitflags 1.3.2", 426 423 "core-foundation", 427 424 "foreign-types 0.3.2", 428 425 "libc", ··· 506 503 version = "0.6.0" 507 504 source = "git+https://github.com/gfx-rs/d3d12-rs?rev=b940b1d71#b940b1d71ab7083ae80eec697872672dc1f2bd32" 508 505 dependencies = [ 509 - "bitflags", 510 - "libloading", 506 + "bitflags 1.3.2", 507 + "libloading 0.7.4", 511 508 "winapi", 512 509 ] 513 510 ··· 532 529 "proc-macro2", 533 530 "quote", 534 531 "strsim", 535 - "syn", 532 + "syn 1.0.105", 536 533 ] 537 534 538 535 [[package]] ··· 543 540 dependencies = [ 544 541 "darling_core", 545 542 "quote", 546 - "syn", 543 + "syn 1.0.105", 547 544 ] 545 + 546 + [[package]] 547 + name = "data-encoding" 548 + version = "2.3.3" 549 + source = "registry+https://github.com/rust-lang/crates.io-index" 550 + checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb" 548 551 549 552 [[package]] 550 553 name = "ddsfile" ··· 552 555 source = "registry+https://github.com/rust-lang/crates.io-index" 553 556 checksum = "594ecd967c2f40db5dde8da4c356975fc1fe030e951c7c3962f6dc2e80042e87" 554 557 dependencies = [ 555 - "bitflags", 558 + "bitflags 1.3.2", 556 559 "byteorder", 557 560 "enum_primitive", 558 561 ] 559 562 560 563 [[package]] 561 564 name = "deno_console" 562 - version = "0.84.0" 565 + version = "0.92.0" 563 566 source = "registry+https://github.com/rust-lang/crates.io-index" 564 - checksum = "b1fcedec1b382f40fd1ab38d18edb5715d5cd5f65bd949c83387c43152fd34a8" 567 + checksum = "55193bcb66a9a9830e1348280acbb9dd65c67d9a9a0586af9730079886408dce" 565 568 dependencies = [ 566 569 "deno_core", 567 570 ] 568 571 569 572 [[package]] 570 573 name = "deno_core" 571 - version = "0.166.0" 574 + version = "0.174.0" 572 575 source = "registry+https://github.com/rust-lang/crates.io-index" 573 - checksum = "c5db7d38c223a683b23b7ff4967572ec863f40397fa1bb792383273629e1e39f" 576 + checksum = "8077367e7e7ab2f52f1bc6285af301a1a6328b984991a3ff22236ad79862fce3" 574 577 dependencies = [ 575 578 "anyhow", 576 579 "bytes", ··· 593 596 594 597 [[package]] 595 598 name = "deno_ops" 596 - version = "0.44.0" 599 + version = "0.52.0" 597 600 source = "registry+https://github.com/rust-lang/crates.io-index" 598 - checksum = "27e85062a5f1a79194e7dd1bb8c664f0979bf5c869a8f2208192cbcb6e18e6e7" 601 + checksum = "dc9d81c9e5cd9590be6043546f4565670cb6e6a7de1986fd1c354adce04eb9d4" 599 602 dependencies = [ 600 603 "once_cell", 601 604 "pmutil", ··· 603 606 "proc-macro2", 604 607 "quote", 605 608 "regex", 606 - "syn", 609 + "syn 1.0.105", 607 610 ] 608 611 609 612 [[package]] 610 613 name = "deno_url" 611 - version = "0.84.0" 614 + version = "0.92.0" 612 615 source = "registry+https://github.com/rust-lang/crates.io-index" 613 - checksum = "26886a84668c9420acbec6ca83b33a51c68310efdf3cdc7ec797c2f2bc873af8" 616 + checksum = "906895a8ba4a95f48c51a32947061bf82f42da8f7c8df787012503f1a6042685" 614 617 dependencies = [ 615 618 "deno_core", 616 619 "serde", ··· 620 623 621 624 [[package]] 622 625 name = "deno_web" 623 - version = "0.115.0" 626 + version = "0.123.0" 624 627 source = "registry+https://github.com/rust-lang/crates.io-index" 625 - checksum = "bacd1dda9935fdc8727057b26b3bdfdb8f72a7dd0b168a2eeb3537c99c5bf1e6" 628 + checksum = "af75e7ff90a3f719adc074a8789da16687b9e77a97d67eb727b65fae71262637" 626 629 dependencies = [ 627 630 "async-trait", 628 631 "base64-simd", ··· 639 642 version = "0.85.0" 640 643 dependencies = [ 641 644 "deno_core", 642 - "raw-window-handle 0.5.0", 645 + "raw-window-handle 0.5.2", 643 646 "serde", 644 647 "tokio", 645 648 "wgpu-core", ··· 648 651 649 652 [[package]] 650 653 name = "deno_webidl" 651 - version = "0.84.0" 654 + version = "0.92.0" 652 655 source = "registry+https://github.com/rust-lang/crates.io-index" 653 - checksum = "1cfddf618b405e0399cf923f3ce7d3d7e2b472f817d2fb7f70a12e0cafd849a5" 656 + checksum = "387a0cfb076580e0237ba6f1b338ee2688779c6a5e531d4a8a2a82b216917ae0" 654 657 dependencies = [ 655 658 "deno_core", 656 659 ] ··· 665 668 "proc-macro2", 666 669 "quote", 667 670 "rustc_version 0.4.0", 668 - "syn", 671 + "syn 1.0.105", 669 672 ] 670 673 671 674 [[package]] 672 675 name = "devserver_lib" 673 - version = "0.4.1" 676 + version = "0.4.2" 674 677 source = "registry+https://github.com/rust-lang/crates.io-index" 675 - checksum = "8fb4b71acc1405be2431a93892a79a0d82ed5ba6885649ddbdfc62caa4d67b1c" 678 + checksum = "edf215dbb8cb1409cca7645aaed35f9e39fb0a21855bba1ac48bc0334903bf66" 676 679 677 680 [[package]] 678 681 name = "dispatch" ··· 686 689 source = "registry+https://github.com/rust-lang/crates.io-index" 687 690 checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794" 688 691 dependencies = [ 689 - "libloading", 692 + "libloading 0.7.4", 690 693 ] 691 694 692 695 [[package]] ··· 697 700 698 701 [[package]] 699 702 name = "dummy" 700 - version = "0.15.1" 703 + version = "0.16.0" 701 704 dependencies = [ 702 705 "wgpu-core", 703 706 ] ··· 718 721 719 722 [[package]] 720 723 name = "either" 721 - version = "1.8.0" 724 + version = "1.8.1" 722 725 source = "registry+https://github.com/rust-lang/crates.io-index" 723 - checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" 726 + checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" 724 727 725 728 [[package]] 726 729 name = "encoding_rs" ··· 742 745 743 746 [[package]] 744 747 name = "env_logger" 745 - version = "0.9.3" 748 + version = "0.10.0" 746 749 source = "registry+https://github.com/rust-lang/crates.io-index" 747 - checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7" 750 + checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0" 748 751 dependencies = [ 749 - "atty", 750 752 "humantime", 753 + "is-terminal", 751 754 "log", 752 755 "regex", 753 756 "termcolor", 754 757 ] 755 758 756 759 [[package]] 760 + name = "errno" 761 + version = "0.2.8" 762 + source = "registry+https://github.com/rust-lang/crates.io-index" 763 + checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1" 764 + dependencies = [ 765 + "errno-dragonfly", 766 + "libc", 767 + "winapi", 768 + ] 769 + 770 + [[package]] 771 + name = "errno" 772 + version = "0.3.1" 773 + source = "registry+https://github.com/rust-lang/crates.io-index" 774 + checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a" 775 + dependencies = [ 776 + "errno-dragonfly", 777 + "libc", 778 + "windows-sys 0.48.0", 779 + ] 780 + 781 + [[package]] 782 + name = "errno-dragonfly" 783 + version = "0.1.2" 784 + source = "registry+https://github.com/rust-lang/crates.io-index" 785 + checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf" 786 + dependencies = [ 787 + "cc", 788 + "libc", 789 + ] 790 + 791 + [[package]] 757 792 name = "event-listener" 758 793 version = "2.5.3" 759 794 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 776 811 checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499" 777 812 dependencies = [ 778 813 "instant", 814 + ] 815 + 816 + [[package]] 817 + name = "fdeflate" 818 + version = "0.3.0" 819 + source = "registry+https://github.com/rust-lang/crates.io-index" 820 + checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10" 821 + dependencies = [ 822 + "simd-adler32", 779 823 ] 780 824 781 825 [[package]] ··· 827 871 dependencies = [ 828 872 "proc-macro2", 829 873 "quote", 830 - "syn", 874 + "syn 1.0.105", 831 875 ] 832 876 833 877 [[package]] ··· 857 901 source = "registry+https://github.com/rust-lang/crates.io-index" 858 902 checksum = "74eadec9d0a5c28c54bb9882e54787275152a4e36ce206b45d7451384e5bf5fb" 859 903 dependencies = [ 860 - "bitflags", 904 + "bitflags 1.3.2", 861 905 "freetype-sys", 862 906 "libc", 863 907 ] ··· 885 929 886 930 [[package]] 887 931 name = "futures" 888 - version = "0.3.25" 932 + version = "0.3.28" 889 933 source = "registry+https://github.com/rust-lang/crates.io-index" 890 - checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0" 934 + checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40" 891 935 dependencies = [ 892 936 "futures-channel", 893 937 "futures-core", ··· 900 944 901 945 [[package]] 902 946 name = "futures-channel" 903 - version = "0.3.25" 947 + version = "0.3.28" 904 948 source = "registry+https://github.com/rust-lang/crates.io-index" 905 - checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed" 949 + checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" 906 950 dependencies = [ 907 951 "futures-core", 908 952 "futures-sink", ··· 910 954 911 955 [[package]] 912 956 name = "futures-core" 913 - version = "0.3.25" 957 + version = "0.3.28" 914 958 source = "registry+https://github.com/rust-lang/crates.io-index" 915 - checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac" 959 + checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" 916 960 917 961 [[package]] 918 962 name = "futures-executor" 919 - version = "0.3.25" 963 + version = "0.3.28" 920 964 source = "registry+https://github.com/rust-lang/crates.io-index" 921 - checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2" 965 + checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" 922 966 dependencies = [ 923 967 "futures-core", 924 968 "futures-task", ··· 938 982 939 983 [[package]] 940 984 name = "futures-io" 941 - version = "0.3.25" 985 + version = "0.3.28" 942 986 source = "registry+https://github.com/rust-lang/crates.io-index" 943 - checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb" 987 + checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" 944 988 945 989 [[package]] 946 990 name = "futures-lite" ··· 959 1003 960 1004 [[package]] 961 1005 name = "futures-macro" 962 - version = "0.3.25" 1006 + version = "0.3.28" 963 1007 source = "registry+https://github.com/rust-lang/crates.io-index" 964 - checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d" 1008 + checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72" 965 1009 dependencies = [ 966 1010 "proc-macro2", 967 1011 "quote", 968 - "syn", 1012 + "syn 2.0.11", 969 1013 ] 970 1014 971 1015 [[package]] 972 1016 name = "futures-sink" 973 - version = "0.3.25" 1017 + version = "0.3.28" 974 1018 source = "registry+https://github.com/rust-lang/crates.io-index" 975 - checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9" 1019 + checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" 976 1020 977 1021 [[package]] 978 1022 name = "futures-task" 979 - version = "0.3.25" 1023 + version = "0.3.28" 980 1024 source = "registry+https://github.com/rust-lang/crates.io-index" 981 - checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea" 1025 + checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" 982 1026 983 1027 [[package]] 984 1028 name = "futures-util" 985 - version = "0.3.25" 1029 + version = "0.3.28" 986 1030 source = "registry+https://github.com/rust-lang/crates.io-index" 987 - checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6" 1031 + checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" 988 1032 dependencies = [ 989 1033 "futures-channel", 990 1034 "futures-core", ··· 999 1043 ] 1000 1044 1001 1045 [[package]] 1002 - name = "fxhash" 1003 - version = "0.2.1" 1004 - source = "registry+https://github.com/rust-lang/crates.io-index" 1005 - checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" 1006 - dependencies = [ 1007 - "byteorder", 1008 - ] 1009 - 1010 - [[package]] 1011 1046 name = "getrandom" 1012 1047 version = "0.1.16" 1013 1048 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1054 1089 1055 1090 [[package]] 1056 1091 name = "glow" 1057 - version = "0.12.0" 1092 + version = "0.12.1" 1058 1093 source = "registry+https://github.com/rust-lang/crates.io-index" 1059 - checksum = "8edf6019dff2d92ad27c1e3ff82ad50a0aea5b01370353cc928bfdc33e95925c" 1094 + checksum = "4e007a07a24de5ecae94160f141029e9a347282cfe25d1d58d85d845cf3130f1" 1060 1095 dependencies = [ 1061 1096 "js-sys", 1062 1097 "slotmap", ··· 1077 1112 "glutin_gles2_sys", 1078 1113 "glutin_glx_sys", 1079 1114 "glutin_wgl_sys", 1080 - "libloading", 1115 + "libloading 0.7.4", 1081 1116 "log", 1082 1117 "objc", 1083 1118 "once_cell", 1084 1119 "osmesa-sys", 1085 1120 "parking_lot 0.12.1", 1086 - "raw-window-handle 0.5.0", 1121 + "raw-window-handle 0.5.2", 1087 1122 "wayland-client", 1088 1123 "wayland-egl", 1089 1124 "winapi", ··· 1135 1170 source = "registry+https://github.com/rust-lang/crates.io-index" 1136 1171 checksum = "7fc59e5f710e310e76e6707f86c561dd646f69a8876da9131703b2f717de818d" 1137 1172 dependencies = [ 1138 - "bitflags", 1173 + "bitflags 1.3.2", 1139 1174 "gpu-alloc-types", 1140 1175 ] 1141 1176 ··· 1145 1180 source = "registry+https://github.com/rust-lang/crates.io-index" 1146 1181 checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5" 1147 1182 dependencies = [ 1148 - "bitflags", 1183 + "bitflags 1.3.2", 1149 1184 ] 1150 1185 1151 1186 [[package]] ··· 1167 1202 source = "registry+https://github.com/rust-lang/crates.io-index" 1168 1203 checksum = "0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a" 1169 1204 dependencies = [ 1170 - "bitflags", 1205 + "bitflags 1.3.2", 1171 1206 "gpu-descriptor-types", 1172 1207 "hashbrown", 1173 1208 ] ··· 1178 1213 source = "registry+https://github.com/rust-lang/crates.io-index" 1179 1214 checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126" 1180 1215 dependencies = [ 1181 - "bitflags", 1216 + "bitflags 1.3.2", 1182 1217 ] 1183 1218 1184 1219 [[package]] ··· 1192 1227 1193 1228 [[package]] 1194 1229 name = "hassle-rs" 1195 - version = "0.9.0" 1230 + version = "0.10.0" 1196 1231 source = "registry+https://github.com/rust-lang/crates.io-index" 1197 - checksum = "90601c6189668c7345fc53842cb3f3a3d872203d523be1b3cb44a36a3e62fb85" 1232 + checksum = "1397650ee315e8891a0df210707f0fc61771b0cc518c3023896064c5407cb3b0" 1198 1233 dependencies = [ 1199 - "bitflags", 1234 + "bitflags 1.3.2", 1200 1235 "com-rs", 1201 1236 "libc", 1202 - "libloading", 1237 + "libloading 0.7.4", 1203 1238 "thiserror", 1204 1239 "widestring", 1205 1240 "winapi", ··· 1216 1251 1217 1252 [[package]] 1218 1253 name = "hermit-abi" 1219 - version = "0.1.19" 1254 + version = "0.2.6" 1220 1255 source = "registry+https://github.com/rust-lang/crates.io-index" 1221 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 1256 + checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7" 1222 1257 dependencies = [ 1223 1258 "libc", 1224 1259 ] 1225 1260 1226 1261 [[package]] 1262 + name = "hermit-abi" 1263 + version = "0.3.1" 1264 + source = "registry+https://github.com/rust-lang/crates.io-index" 1265 + checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286" 1266 + 1267 + [[package]] 1227 1268 name = "hexf-parse" 1228 1269 version = "0.2.1" 1229 1270 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1265 1306 1266 1307 [[package]] 1267 1308 name = "image" 1268 - version = "0.24.5" 1309 + version = "0.24.6" 1269 1310 source = "registry+https://github.com/rust-lang/crates.io-index" 1270 - checksum = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945" 1311 + checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a" 1271 1312 dependencies = [ 1272 1313 "bytemuck", 1273 1314 "byteorder", ··· 1301 1342 ] 1302 1343 1303 1344 [[package]] 1345 + name = "io-lifetimes" 1346 + version = "1.0.5" 1347 + source = "registry+https://github.com/rust-lang/crates.io-index" 1348 + checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3" 1349 + dependencies = [ 1350 + "libc", 1351 + "windows-sys 0.45.0", 1352 + ] 1353 + 1354 + [[package]] 1355 + name = "is-terminal" 1356 + version = "0.4.3" 1357 + source = "registry+https://github.com/rust-lang/crates.io-index" 1358 + checksum = "22e18b0a45d56fe973d6db23972bf5bc46f988a4a2385deac9cc29572f09daef" 1359 + dependencies = [ 1360 + "hermit-abi 0.3.1", 1361 + "io-lifetimes", 1362 + "rustix 0.36.8", 1363 + "windows-sys 0.45.0", 1364 + ] 1365 + 1366 + [[package]] 1304 1367 name = "itoa" 1305 1368 version = "1.0.4" 1306 1369 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1328 1391 checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3" 1329 1392 dependencies = [ 1330 1393 "libc", 1331 - "libloading", 1394 + "libloading 0.7.4", 1332 1395 "pkg-config", 1333 1396 ] 1334 1397 ··· 1352 1415 1353 1416 [[package]] 1354 1417 name = "libc" 1355 - version = "0.2.126" 1418 + version = "0.2.141" 1356 1419 source = "registry+https://github.com/rust-lang/crates.io-index" 1357 - checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836" 1420 + checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" 1358 1421 1359 1422 [[package]] 1360 1423 name = "libloading" ··· 1367 1430 ] 1368 1431 1369 1432 [[package]] 1433 + name = "libloading" 1434 + version = "0.8.0" 1435 + source = "registry+https://github.com/rust-lang/crates.io-index" 1436 + checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb" 1437 + dependencies = [ 1438 + "cfg-if", 1439 + "windows-sys 0.48.0", 1440 + ] 1441 + 1442 + [[package]] 1443 + name = "linux-raw-sys" 1444 + version = "0.1.4" 1445 + source = "registry+https://github.com/rust-lang/crates.io-index" 1446 + checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4" 1447 + 1448 + [[package]] 1449 + name = "linux-raw-sys" 1450 + version = "0.3.1" 1451 + source = "registry+https://github.com/rust-lang/crates.io-index" 1452 + checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f" 1453 + 1454 + [[package]] 1370 1455 name = "lock_api" 1371 1456 version = "0.4.9" 1372 1457 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1424 1509 source = "registry+https://github.com/rust-lang/crates.io-index" 1425 1510 checksum = "de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060" 1426 1511 dependencies = [ 1427 - "bitflags", 1512 + "bitflags 1.3.2", 1428 1513 "block", 1429 1514 "core-graphics-types", 1430 1515 "foreign-types 0.3.2", ··· 1449 1534 1450 1535 [[package]] 1451 1536 name = "miniz_oxide" 1452 - version = "0.6.2" 1537 + version = "0.7.1" 1453 1538 source = "registry+https://github.com/rust-lang/crates.io-index" 1454 - checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa" 1539 + checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7" 1455 1540 dependencies = [ 1456 1541 "adler", 1542 + "simd-adler32", 1457 1543 ] 1458 1544 1459 1545 [[package]] ··· 1470 1556 1471 1557 [[package]] 1472 1558 name = "naga" 1473 - version = "0.11.0" 1474 - source = "git+https://github.com/gfx-rs/naga?rev=f0edae8#f0edae8ce9e55eeef489fc53b10dc95fb79561cc" 1559 + version = "0.12.0" 1560 + source = "git+https://github.com/gfx-rs/naga?rev=b99d58ea435090e561377949f428bce2c18451bb#b99d58ea435090e561377949f428bce2c18451bb" 1475 1561 dependencies = [ 1476 1562 "bit-set", 1477 - "bitflags", 1563 + "bitflags 1.3.2", 1478 1564 "codespan-reporting", 1479 1565 "hexf-parse", 1480 1566 "indexmap", ··· 1502 1588 source = "registry+https://github.com/rust-lang/crates.io-index" 1503 1589 checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0" 1504 1590 dependencies = [ 1505 - "bitflags", 1591 + "bitflags 1.3.2", 1506 1592 "jni-sys", 1507 1593 "ndk-sys", 1508 1594 "num_enum", 1509 - "raw-window-handle 0.5.0", 1595 + "raw-window-handle 0.5.2", 1510 1596 "thiserror", 1511 1597 ] 1512 1598 ··· 1542 1628 "proc-macro-crate", 1543 1629 "proc-macro2", 1544 1630 "quote", 1545 - "syn", 1631 + "syn 1.0.105", 1546 1632 ] 1547 1633 1548 1634 [[package]] ··· 1560 1646 source = "registry+https://github.com/rust-lang/crates.io-index" 1561 1647 checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069" 1562 1648 dependencies = [ 1563 - "bitflags", 1649 + "bitflags 1.3.2", 1564 1650 "cfg-if", 1565 1651 "libc", 1566 1652 "memoffset", ··· 1627 1713 1628 1714 [[package]] 1629 1715 name = "num_cpus" 1630 - version = "1.14.0" 1716 + version = "1.15.0" 1631 1717 source = "registry+https://github.com/rust-lang/crates.io-index" 1632 - checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5" 1718 + checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b" 1633 1719 dependencies = [ 1634 - "hermit-abi", 1720 + "hermit-abi 0.2.6", 1635 1721 "libc", 1636 1722 ] 1637 1723 ··· 1653 1739 "proc-macro-crate", 1654 1740 "proc-macro2", 1655 1741 "quote", 1656 - "syn", 1742 + "syn 1.0.105", 1657 1743 ] 1658 1744 1659 1745 [[package]] ··· 1692 1778 1693 1779 [[package]] 1694 1780 name = "once_cell" 1695 - version = "1.16.0" 1781 + version = "1.17.1" 1696 1782 source = "registry+https://github.com/rust-lang/crates.io-index" 1697 - checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" 1783 + checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3" 1698 1784 1699 1785 [[package]] 1700 1786 name = "osmesa-sys" ··· 1707 1793 1708 1794 [[package]] 1709 1795 name = "outref" 1710 - version = "0.1.0" 1796 + version = "0.5.1" 1711 1797 source = "registry+https://github.com/rust-lang/crates.io-index" 1712 - checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4" 1798 + checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a" 1713 1799 1714 1800 [[package]] 1715 1801 name = "parking" ··· 1747 1833 "cfg-if", 1748 1834 "instant", 1749 1835 "libc", 1750 - "redox_syscall", 1836 + "redox_syscall 0.2.16", 1751 1837 "smallvec", 1752 1838 "winapi", 1753 1839 ] ··· 1760 1846 dependencies = [ 1761 1847 "cfg-if", 1762 1848 "libc", 1763 - "redox_syscall", 1849 + "redox_syscall 0.2.16", 1764 1850 "smallvec", 1765 1851 "windows-sys 0.42.0", 1766 1852 ] ··· 1804 1890 dependencies = [ 1805 1891 "proc-macro2", 1806 1892 "quote", 1807 - "syn", 1893 + "syn 1.0.105", 1808 1894 ] 1809 1895 1810 1896 [[package]] ··· 1827 1913 1828 1914 [[package]] 1829 1915 name = "player" 1830 - version = "0.15.1" 1916 + version = "0.16.0" 1831 1917 dependencies = [ 1832 1918 "env_logger", 1833 1919 "log", 1834 - "raw-window-handle 0.5.0", 1920 + "raw-window-handle 0.5.2", 1835 1921 "ron", 1836 1922 "serde", 1837 1923 "wgpu-core", ··· 1847 1933 dependencies = [ 1848 1934 "proc-macro2", 1849 1935 "quote", 1850 - "syn", 1936 + "syn 1.0.105", 1851 1937 ] 1852 1938 1853 1939 [[package]] 1854 1940 name = "png" 1855 - version = "0.17.7" 1941 + version = "0.17.8" 1856 1942 source = "registry+https://github.com/rust-lang/crates.io-index" 1857 - checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638" 1943 + checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa" 1858 1944 dependencies = [ 1859 - "bitflags", 1945 + "bitflags 1.3.2", 1860 1946 "crc32fast", 1947 + "fdeflate", 1861 1948 "flate2", 1862 - "miniz_oxide 0.6.2", 1949 + "miniz_oxide 0.7.1", 1863 1950 ] 1864 1951 1865 1952 [[package]] ··· 1896 1983 1897 1984 [[package]] 1898 1985 name = "proc-macro2" 1899 - version = "1.0.47" 1986 + version = "1.0.54" 1900 1987 source = "registry+https://github.com/rust-lang/crates.io-index" 1901 - checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725" 1988 + checksum = "e472a104799c74b514a57226160104aa483546de37e839ec50e3c2e41dd87534" 1902 1989 dependencies = [ 1903 1990 "unicode-ident", 1904 1991 ] 1905 1992 1906 1993 [[package]] 1907 1994 name = "profiling" 1908 - version = "1.0.7" 1995 + version = "1.0.8" 1909 1996 source = "registry+https://github.com/rust-lang/crates.io-index" 1910 - checksum = "74605f360ce573babfe43964cbe520294dcb081afbf8c108fc6e23036b4da2df" 1997 + checksum = "332cd62e95873ea4f41f3dfd6bbbfc5b52aec892d7e8d534197c4720a0bbbab2" 1911 1998 1912 1999 [[package]] 1913 2000 name = "quote" 1914 - version = "1.0.21" 2001 + version = "1.0.26" 1915 2002 source = "registry+https://github.com/rust-lang/crates.io-index" 1916 - checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179" 2003 + checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc" 1917 2004 dependencies = [ 1918 2005 "proc-macro2", 1919 2006 ] ··· 1970 2057 1971 2058 [[package]] 1972 2059 name = "range-alloc" 1973 - version = "0.1.2" 2060 + version = "0.1.3" 1974 2061 source = "registry+https://github.com/rust-lang/crates.io-index" 1975 - checksum = "63e935c45e09cc6dcf00d2f0b2d630a58f4095320223d47fc68918722f0538b6" 2062 + checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab" 1976 2063 1977 2064 [[package]] 1978 2065 name = "raw-window-handle" ··· 1985 2072 1986 2073 [[package]] 1987 2074 name = "raw-window-handle" 1988 - version = "0.5.0" 2075 + version = "0.5.2" 1989 2076 source = "registry+https://github.com/rust-lang/crates.io-index" 1990 - checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a" 1991 - dependencies = [ 1992 - "cty", 1993 - ] 2077 + checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9" 1994 2078 1995 2079 [[package]] 1996 2080 name = "redox_syscall" ··· 1998 2082 source = "registry+https://github.com/rust-lang/crates.io-index" 1999 2083 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 2000 2084 dependencies = [ 2001 - "bitflags", 2085 + "bitflags 1.3.2", 2086 + ] 2087 + 2088 + [[package]] 2089 + name = "redox_syscall" 2090 + version = "0.3.5" 2091 + source = "registry+https://github.com/rust-lang/crates.io-index" 2092 + checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 2093 + dependencies = [ 2094 + "bitflags 1.3.2", 2002 2095 ] 2003 2096 2004 2097 [[package]] 2005 2098 name = "regex" 2006 - version = "1.6.0" 2099 + version = "1.7.1" 2007 2100 source = "registry+https://github.com/rust-lang/crates.io-index" 2008 - checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b" 2101 + checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733" 2009 2102 dependencies = [ 2010 2103 "aho-corasick", 2011 2104 "memchr", ··· 2019 2112 checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848" 2020 2113 2021 2114 [[package]] 2022 - name = "remove_dir_all" 2023 - version = "0.5.3" 2024 - source = "registry+https://github.com/rust-lang/crates.io-index" 2025 - checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" 2026 - dependencies = [ 2027 - "winapi", 2028 - ] 2029 - 2030 - [[package]] 2031 2115 name = "renderdoc-sys" 2032 - version = "0.7.1" 2116 + version = "1.0.0" 2033 2117 source = "registry+https://github.com/rust-lang/crates.io-index" 2034 - checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157" 2118 + checksum = "216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b" 2035 2119 2036 2120 [[package]] 2037 2121 name = "ron" ··· 2040 2124 checksum = "300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff" 2041 2125 dependencies = [ 2042 2126 "base64 0.13.1", 2043 - "bitflags", 2127 + "bitflags 1.3.2", 2044 2128 "serde", 2045 2129 ] 2046 2130 2047 2131 [[package]] 2048 2132 name = "run-wasm" 2049 - version = "0.15.1" 2133 + version = "0.16.0" 2050 2134 dependencies = [ 2051 2135 "cargo-run-wasm", 2052 2136 ] ··· 2078 2162 source = "registry+https://github.com/rust-lang/crates.io-index" 2079 2163 checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2080 2164 dependencies = [ 2081 - "semver 1.0.14", 2165 + "semver 1.0.17", 2166 + ] 2167 + 2168 + [[package]] 2169 + name = "rustix" 2170 + version = "0.36.8" 2171 + source = "registry+https://github.com/rust-lang/crates.io-index" 2172 + checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644" 2173 + dependencies = [ 2174 + "bitflags 1.3.2", 2175 + "errno 0.2.8", 2176 + "io-lifetimes", 2177 + "libc", 2178 + "linux-raw-sys 0.1.4", 2179 + "windows-sys 0.45.0", 2180 + ] 2181 + 2182 + [[package]] 2183 + name = "rustix" 2184 + version = "0.37.7" 2185 + source = "registry+https://github.com/rust-lang/crates.io-index" 2186 + checksum = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d" 2187 + dependencies = [ 2188 + "bitflags 1.3.2", 2189 + "errno 0.3.1", 2190 + "io-lifetimes", 2191 + "libc", 2192 + "linux-raw-sys 0.3.1", 2193 + "windows-sys 0.45.0", 2082 2194 ] 2083 2195 2084 2196 [[package]] ··· 2137 2249 2138 2250 [[package]] 2139 2251 name = "semver" 2140 - version = "1.0.14" 2252 + version = "1.0.17" 2141 2253 source = "registry+https://github.com/rust-lang/crates.io-index" 2142 - checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4" 2254 + checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" 2143 2255 2144 2256 [[package]] 2145 2257 name = "semver-parser" ··· 2149 2261 2150 2262 [[package]] 2151 2263 name = "serde" 2152 - version = "1.0.149" 2264 + version = "1.0.160" 2153 2265 source = "registry+https://github.com/rust-lang/crates.io-index" 2154 - checksum = "256b9932320c590e707b94576e3cc1f7c9024d0ee6612dfbcf1cb106cbe8e055" 2266 + checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" 2155 2267 dependencies = [ 2156 2268 "serde_derive", 2157 2269 ] 2158 2270 2159 2271 [[package]] 2160 2272 name = "serde_bytes" 2161 - version = "0.11.7" 2273 + version = "0.11.9" 2162 2274 source = "registry+https://github.com/rust-lang/crates.io-index" 2163 - checksum = "cfc50e8183eeeb6178dcb167ae34a8051d63535023ae38b5d8d12beae193d37b" 2275 + checksum = "416bda436f9aab92e02c8e10d49a15ddd339cea90b6e340fe51ed97abb548294" 2164 2276 dependencies = [ 2165 2277 "serde", 2166 2278 ] 2167 2279 2168 2280 [[package]] 2169 2281 name = "serde_derive" 2170 - version = "1.0.149" 2282 + version = "1.0.160" 2171 2283 source = "registry+https://github.com/rust-lang/crates.io-index" 2172 - checksum = "b4eae9b04cbffdfd550eb462ed33bc6a1b68c935127d008b27444d08380f94e4" 2284 + checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" 2173 2285 dependencies = [ 2174 2286 "proc-macro2", 2175 2287 "quote", 2176 - "syn", 2288 + "syn 2.0.11", 2177 2289 ] 2178 2290 2179 2291 [[package]] 2180 2292 name = "serde_json" 2181 - version = "1.0.85" 2293 + version = "1.0.96" 2182 2294 source = "registry+https://github.com/rust-lang/crates.io-index" 2183 - checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44" 2295 + checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" 2184 2296 dependencies = [ 2185 2297 "indexmap", 2186 2298 "itoa", ··· 2196 2308 dependencies = [ 2197 2309 "proc-macro2", 2198 2310 "quote", 2199 - "syn", 2311 + "syn 1.0.105", 2200 2312 ] 2201 2313 2202 2314 [[package]] 2203 2315 name = "serde_v8" 2204 - version = "0.77.0" 2316 + version = "0.85.0" 2205 2317 source = "registry+https://github.com/rust-lang/crates.io-index" 2206 - checksum = "36203a818a80f973b4b487bfc32d173b2bf78821869513af2f6e8c93938fa0e3" 2318 + checksum = "dba78050262072324b0b1efba11db7367735251adf7ec734fd75780c598c743b" 2207 2319 dependencies = [ 2208 2320 "bytes", 2209 2321 "derive_more", ··· 2246 2358 2247 2359 [[package]] 2248 2360 name = "signal-hook-registry" 2249 - version = "1.4.0" 2361 + version = "1.4.1" 2250 2362 source = "registry+https://github.com/rust-lang/crates.io-index" 2251 - checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0" 2363 + checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1" 2252 2364 dependencies = [ 2253 2365 "libc", 2254 2366 ] 2255 2367 2256 2368 [[package]] 2257 - name = "simd-abstraction" 2258 - version = "0.7.1" 2369 + name = "simd-adler32" 2370 + version = "0.3.5" 2259 2371 source = "registry+https://github.com/rust-lang/crates.io-index" 2260 - checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987" 2261 - dependencies = [ 2262 - "outref", 2263 - ] 2372 + checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f" 2264 2373 2265 2374 [[package]] 2266 2375 name = "slab" ··· 2292 2401 source = "registry+https://github.com/rust-lang/crates.io-index" 2293 2402 checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454" 2294 2403 dependencies = [ 2295 - "bitflags", 2404 + "bitflags 1.3.2", 2296 2405 "calloop", 2297 2406 "dlib", 2298 2407 "lazy_static", ··· 2307 2416 2308 2417 [[package]] 2309 2418 name = "socket2" 2310 - version = "0.4.7" 2419 + version = "0.4.9" 2311 2420 source = "registry+https://github.com/rust-lang/crates.io-index" 2312 - checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd" 2421 + checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662" 2313 2422 dependencies = [ 2314 2423 "libc", 2315 2424 "winapi", ··· 2317 2426 2318 2427 [[package]] 2319 2428 name = "sourcemap" 2320 - version = "6.2.0" 2429 + version = "6.2.3" 2321 2430 source = "registry+https://github.com/rust-lang/crates.io-index" 2322 - checksum = "c46fdc1838ff49cf692226f5c2b0f5b7538f556863d0eca602984714667ac6e7" 2431 + checksum = "eed16231c92d0a6f0388f56e0ab2be24ecff1173f8e22f0ea5e074d0525631cb" 2323 2432 dependencies = [ 2324 - "base64 0.13.1", 2433 + "data-encoding", 2325 2434 "if_chain", 2326 - "lazy_static", 2327 - "regex", 2328 2435 "rustc_version 0.2.3", 2329 2436 "serde", 2330 2437 "serde_json", 2438 + "unicode-id", 2331 2439 "url", 2332 2440 ] 2333 2441 ··· 2337 2445 source = "registry+https://github.com/rust-lang/crates.io-index" 2338 2446 checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830" 2339 2447 dependencies = [ 2340 - "bitflags", 2448 + "bitflags 1.3.2", 2341 2449 "num-traits 0.2.15", 2342 2450 ] 2343 2451 ··· 2365 2473 ] 2366 2474 2367 2475 [[package]] 2476 + name = "syn" 2477 + version = "2.0.11" 2478 + source = "registry+https://github.com/rust-lang/crates.io-index" 2479 + checksum = "21e3787bb71465627110e7d87ed4faaa36c1f61042ee67badb9e2ef173accc40" 2480 + dependencies = [ 2481 + "proc-macro2", 2482 + "quote", 2483 + "unicode-ident", 2484 + ] 2485 + 2486 + [[package]] 2368 2487 name = "tempfile" 2369 - version = "3.3.0" 2488 + version = "3.5.0" 2370 2489 source = "registry+https://github.com/rust-lang/crates.io-index" 2371 - checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4" 2490 + checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998" 2372 2491 dependencies = [ 2373 2492 "cfg-if", 2374 2493 "fastrand", 2375 - "libc", 2376 - "redox_syscall", 2377 - "remove_dir_all", 2378 - "winapi", 2494 + "redox_syscall 0.3.5", 2495 + "rustix 0.37.7", 2496 + "windows-sys 0.45.0", 2379 2497 ] 2380 2498 2381 2499 [[package]] 2382 2500 name = "termcolor" 2383 - version = "1.1.3" 2501 + version = "1.2.0" 2384 2502 source = "registry+https://github.com/rust-lang/crates.io-index" 2385 - checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755" 2503 + checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6" 2386 2504 dependencies = [ 2387 2505 "winapi-util", 2388 2506 ] 2389 2507 2390 2508 [[package]] 2391 2509 name = "thiserror" 2392 - version = "1.0.37" 2510 + version = "1.0.40" 2393 2511 source = "registry+https://github.com/rust-lang/crates.io-index" 2394 - checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e" 2512 + checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac" 2395 2513 dependencies = [ 2396 2514 "thiserror-impl", 2397 2515 ] 2398 2516 2399 2517 [[package]] 2400 2518 name = "thiserror-impl" 2401 - version = "1.0.37" 2519 + version = "1.0.40" 2402 2520 source = "registry+https://github.com/rust-lang/crates.io-index" 2403 - checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb" 2521 + checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f" 2404 2522 dependencies = [ 2405 2523 "proc-macro2", 2406 2524 "quote", 2407 - "syn", 2525 + "syn 2.0.11", 2408 2526 ] 2409 2527 2410 2528 [[package]] ··· 2443 2561 2444 2562 [[package]] 2445 2563 name = "tinyvec_macros" 2446 - version = "0.1.0" 2564 + version = "0.1.1" 2447 2565 source = "registry+https://github.com/rust-lang/crates.io-index" 2448 - checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" 2566 + checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2449 2567 2450 2568 [[package]] 2451 2569 name = "tokio" 2452 - version = "1.24.0" 2570 + version = "1.25.0" 2453 2571 source = "registry+https://github.com/rust-lang/crates.io-index" 2454 - checksum = "7125661431c26622a80ca5051a2f936c9a678318e0351007b0cc313143024e5c" 2572 + checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" 2455 2573 dependencies = [ 2456 2574 "autocfg", 2457 2575 "bytes", ··· 2475 2593 dependencies = [ 2476 2594 "proc-macro2", 2477 2595 "quote", 2478 - "syn", 2596 + "syn 1.0.105", 2479 2597 ] 2480 2598 2481 2599 [[package]] ··· 2530 2648 2531 2649 [[package]] 2532 2650 name = "unicode-bidi" 2533 - version = "0.3.8" 2651 + version = "0.3.13" 2652 + source = "registry+https://github.com/rust-lang/crates.io-index" 2653 + checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460" 2654 + 2655 + [[package]] 2656 + name = "unicode-id" 2657 + version = "0.3.3" 2534 2658 source = "registry+https://github.com/rust-lang/crates.io-index" 2535 - checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992" 2659 + checksum = "d70b6494226b36008c8366c288d77190b3fad2eb4c10533139c1c1f461127f1a" 2536 2660 2537 2661 [[package]] 2538 2662 name = "unicode-ident" ··· 2551 2675 2552 2676 [[package]] 2553 2677 name = "unicode-segmentation" 2554 - version = "1.10.0" 2678 + version = "1.10.1" 2555 2679 source = "registry+https://github.com/rust-lang/crates.io-index" 2556 - checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a" 2680 + checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" 2557 2681 2558 2682 [[package]] 2559 2683 name = "unicode-width" ··· 2594 2718 2595 2719 [[package]] 2596 2720 name = "uuid" 2597 - version = "1.1.2" 2721 + version = "1.3.1" 2598 2722 source = "registry+https://github.com/rust-lang/crates.io-index" 2599 - checksum = "dd6469f4314d5f1ffec476e05f17cc9a78bc7a27a6a857842170bdf8d6f98d2f" 2723 + checksum = "5b55a3fef2a1e3b3a00ce878640918820d3c51081576ac657d23af9fc7928fdb" 2600 2724 dependencies = [ 2601 2725 "getrandom 0.2.8", 2602 2726 "serde", ··· 2604 2728 2605 2729 [[package]] 2606 2730 name = "v8" 2607 - version = "0.60.1" 2731 + version = "0.64.0" 2608 2732 source = "registry+https://github.com/rust-lang/crates.io-index" 2609 - checksum = "07fd5b3ed559897ff02c0f62bc0a5f300bfe79bb4c77a50031b8df771701c628" 2733 + checksum = "a2287b485fa902172da3722d7e557e083afd63921777e0c6e5c0fba28e6d59d3" 2610 2734 dependencies = [ 2611 - "bitflags", 2735 + "bitflags 1.3.2", 2612 2736 "fslock", 2613 2737 "lazy_static", 2614 2738 "which", ··· 2627 2751 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 2628 2752 2629 2753 [[package]] 2754 + name = "vsimd" 2755 + version = "0.8.0" 2756 + source = "registry+https://github.com/rust-lang/crates.io-index" 2757 + checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64" 2758 + 2759 + [[package]] 2630 2760 name = "waker-fn" 2631 2761 version = "1.1.0" 2632 2762 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2655 2785 "heck", 2656 2786 "proc-macro2", 2657 2787 "quote", 2658 - "syn", 2788 + "syn 1.0.105", 2659 2789 ] 2660 2790 2661 2791 [[package]] ··· 2691 2821 "once_cell", 2692 2822 "proc-macro2", 2693 2823 "quote", 2694 - "syn", 2824 + "syn 1.0.105", 2695 2825 "wasm-bindgen-shared", 2696 2826 ] 2697 2827 ··· 2760 2890 dependencies = [ 2761 2891 "proc-macro2", 2762 2892 "quote", 2763 - "syn", 2893 + "syn 1.0.105", 2764 2894 "wasm-bindgen-backend", 2765 2895 "wasm-bindgen-shared", 2766 2896 ] ··· 2783 2913 2784 2914 [[package]] 2785 2915 name = "wasm-bindgen-test" 2786 - version = "0.3.33" 2916 + version = "0.3.34" 2787 2917 source = "registry+https://github.com/rust-lang/crates.io-index" 2788 - checksum = "09d2fff962180c3fadf677438054b1db62bee4aa32af26a45388af07d1287e1d" 2918 + checksum = "6db36fc0f9fb209e88fb3642590ae0205bb5a56216dabd963ba15879fe53a30b" 2789 2919 dependencies = [ 2790 2920 "console_error_panic_hook", 2791 2921 "js-sys", ··· 2797 2927 2798 2928 [[package]] 2799 2929 name = "wasm-bindgen-test-macro" 2800 - version = "0.3.33" 2930 + version = "0.3.34" 2801 2931 source = "registry+https://github.com/rust-lang/crates.io-index" 2802 - checksum = "4683da3dfc016f704c9f82cf401520c4f1cb3ee440f7f52b3d6ac29506a49ca7" 2932 + checksum = "0734759ae6b3b1717d661fe4f016efcfb9828f5edb4520c18eaee05af3b43be9" 2803 2933 dependencies = [ 2804 2934 "proc-macro2", 2805 2935 "quote", ··· 2865 2995 source = "registry+https://github.com/rust-lang/crates.io-index" 2866 2996 checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715" 2867 2997 dependencies = [ 2868 - "bitflags", 2998 + "bitflags 1.3.2", 2869 2999 "downcast-rs", 2870 3000 "libc", 2871 3001 "nix", ··· 2914 3044 source = "registry+https://github.com/rust-lang/crates.io-index" 2915 3045 checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6" 2916 3046 dependencies = [ 2917 - "bitflags", 3047 + "bitflags 1.3.2", 2918 3048 "wayland-client", 2919 3049 "wayland-commons", 2920 3050 "wayland-scanner", ··· 2954 3084 2955 3085 [[package]] 2956 3086 name = "wgpu" 2957 - version = "0.15.1" 3087 + version = "0.16.0" 2958 3088 dependencies = [ 2959 3089 "arrayvec 0.7.2", 2960 3090 "async-executor", 2961 - "bitflags", 3091 + "bitflags 2.1.0", 2962 3092 "bytemuck", 2963 3093 "cfg-if", 2964 3094 "console_error_panic_hook", ··· 2978 3108 "png", 2979 3109 "pollster", 2980 3110 "profiling", 2981 - "raw-window-handle 0.5.0", 3111 + "raw-window-handle 0.5.2", 2982 3112 "serde", 2983 3113 "smallvec", 2984 3114 "static_assertions", ··· 2994 3124 2995 3125 [[package]] 2996 3126 name = "wgpu-core" 2997 - version = "0.15.1" 3127 + version = "0.16.0" 2998 3128 dependencies = [ 2999 3129 "arrayvec 0.7.2", 3000 3130 "bit-vec", 3001 - "bitflags", 3131 + "bitflags 2.1.0", 3002 3132 "codespan-reporting", 3003 - "fxhash", 3004 3133 "log", 3005 3134 "naga", 3006 3135 "parking_lot 0.11.2", 3007 3136 "profiling", 3008 - "raw-window-handle 0.5.0", 3137 + "raw-window-handle 0.5.2", 3009 3138 "ron", 3139 + "rustc-hash", 3010 3140 "serde", 3011 3141 "smallvec", 3012 3142 "thiserror", ··· 3017 3147 3018 3148 [[package]] 3019 3149 name = "wgpu-hal" 3020 - version = "0.15.3" 3150 + version = "0.16.0" 3021 3151 dependencies = [ 3022 3152 "android_system_properties", 3023 3153 "arrayvec 0.7.2", 3024 3154 "ash", 3025 3155 "bit-set", 3026 - "bitflags", 3156 + "bitflags 2.1.0", 3027 3157 "block", 3028 3158 "core-graphics-types", 3029 3159 "d3d12", 3030 3160 "env_logger", 3031 3161 "foreign-types 0.3.2", 3032 - "fxhash", 3033 3162 "glow", 3034 3163 "glutin", 3035 3164 "gpu-alloc", ··· 3039 3168 "js-sys", 3040 3169 "khronos-egl", 3041 3170 "libc", 3042 - "libloading", 3171 + "libloading 0.8.0", 3043 3172 "log", 3044 3173 "metal", 3045 3174 "naga", ··· 3047 3176 "parking_lot 0.11.2", 3048 3177 "profiling", 3049 3178 "range-alloc", 3050 - "raw-window-handle 0.5.0", 3179 + "raw-window-handle 0.5.2", 3051 3180 "renderdoc-sys", 3181 + "rustc-hash", 3052 3182 "smallvec", 3053 3183 "thiserror", 3054 3184 "wasm-bindgen", ··· 3060 3190 3061 3191 [[package]] 3062 3192 name = "wgpu-info" 3063 - version = "0.15.1" 3193 + version = "0.16.0" 3064 3194 dependencies = [ 3065 3195 "env_logger", 3196 + "num-traits 0.2.15", 3066 3197 "wgpu", 3067 3198 ] 3068 3199 3069 3200 [[package]] 3070 3201 name = "wgpu-types" 3071 - version = "0.15.2" 3202 + version = "0.16.0" 3072 3203 dependencies = [ 3073 - "bitflags", 3204 + "bitflags 2.1.0", 3074 3205 "js-sys", 3075 3206 "serde", 3076 3207 "serde_json", ··· 3079 3210 3080 3211 [[package]] 3081 3212 name = "which" 3082 - version = "4.3.0" 3213 + version = "4.4.0" 3083 3214 source = "registry+https://github.com/rust-lang/crates.io-index" 3084 - checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b" 3215 + checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269" 3085 3216 dependencies = [ 3086 3217 "either", 3087 3218 "libc", ··· 3090 3221 3091 3222 [[package]] 3092 3223 name = "widestring" 3093 - version = "0.5.1" 3224 + version = "1.0.2" 3094 3225 source = "registry+https://github.com/rust-lang/crates.io-index" 3095 - checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983" 3226 + checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8" 3096 3227 3097 3228 [[package]] 3098 3229 name = "winapi" ··· 3131 3262 source = "registry+https://github.com/rust-lang/crates.io-index" 3132 3263 checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b" 3133 3264 dependencies = [ 3134 - "windows-targets", 3265 + "windows-targets 0.42.1", 3135 3266 ] 3136 3267 3137 3268 [[package]] ··· 3153 3284 source = "registry+https://github.com/rust-lang/crates.io-index" 3154 3285 checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7" 3155 3286 dependencies = [ 3156 - "windows_aarch64_gnullvm", 3287 + "windows_aarch64_gnullvm 0.42.1", 3157 3288 "windows_aarch64_msvc 0.42.1", 3158 3289 "windows_i686_gnu 0.42.1", 3159 3290 "windows_i686_msvc 0.42.1", 3160 3291 "windows_x86_64_gnu 0.42.1", 3161 - "windows_x86_64_gnullvm", 3292 + "windows_x86_64_gnullvm 0.42.1", 3162 3293 "windows_x86_64_msvc 0.42.1", 3163 3294 ] 3164 3295 3165 3296 [[package]] 3297 + name = "windows-sys" 3298 + version = "0.45.0" 3299 + source = "registry+https://github.com/rust-lang/crates.io-index" 3300 + checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0" 3301 + dependencies = [ 3302 + "windows-targets 0.42.1", 3303 + ] 3304 + 3305 + [[package]] 3306 + name = "windows-sys" 3307 + version = "0.48.0" 3308 + source = "registry+https://github.com/rust-lang/crates.io-index" 3309 + checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3310 + dependencies = [ 3311 + "windows-targets 0.48.0", 3312 + ] 3313 + 3314 + [[package]] 3166 3315 name = "windows-targets" 3167 3316 version = "0.42.1" 3168 3317 source = "registry+https://github.com/rust-lang/crates.io-index" 3169 3318 checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7" 3170 3319 dependencies = [ 3171 - "windows_aarch64_gnullvm", 3320 + "windows_aarch64_gnullvm 0.42.1", 3172 3321 "windows_aarch64_msvc 0.42.1", 3173 3322 "windows_i686_gnu 0.42.1", 3174 3323 "windows_i686_msvc 0.42.1", 3175 3324 "windows_x86_64_gnu 0.42.1", 3176 - "windows_x86_64_gnullvm", 3325 + "windows_x86_64_gnullvm 0.42.1", 3177 3326 "windows_x86_64_msvc 0.42.1", 3178 3327 ] 3179 3328 3180 3329 [[package]] 3330 + name = "windows-targets" 3331 + version = "0.48.0" 3332 + source = "registry+https://github.com/rust-lang/crates.io-index" 3333 + checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5" 3334 + dependencies = [ 3335 + "windows_aarch64_gnullvm 0.48.0", 3336 + "windows_aarch64_msvc 0.48.0", 3337 + "windows_i686_gnu 0.48.0", 3338 + "windows_i686_msvc 0.48.0", 3339 + "windows_x86_64_gnu 0.48.0", 3340 + "windows_x86_64_gnullvm 0.48.0", 3341 + "windows_x86_64_msvc 0.48.0", 3342 + ] 3343 + 3344 + [[package]] 3181 3345 name = "windows_aarch64_gnullvm" 3182 3346 version = "0.42.1" 3183 3347 source = "registry+https://github.com/rust-lang/crates.io-index" 3184 3348 checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608" 3185 3349 3186 3350 [[package]] 3351 + name = "windows_aarch64_gnullvm" 3352 + version = "0.48.0" 3353 + source = "registry+https://github.com/rust-lang/crates.io-index" 3354 + checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" 3355 + 3356 + [[package]] 3187 3357 name = "windows_aarch64_msvc" 3188 3358 version = "0.36.1" 3189 3359 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3196 3366 checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7" 3197 3367 3198 3368 [[package]] 3369 + name = "windows_aarch64_msvc" 3370 + version = "0.48.0" 3371 + source = "registry+https://github.com/rust-lang/crates.io-index" 3372 + checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" 3373 + 3374 + [[package]] 3199 3375 name = "windows_i686_gnu" 3200 3376 version = "0.36.1" 3201 3377 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3208 3384 checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640" 3209 3385 3210 3386 [[package]] 3387 + name = "windows_i686_gnu" 3388 + version = "0.48.0" 3389 + source = "registry+https://github.com/rust-lang/crates.io-index" 3390 + checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" 3391 + 3392 + [[package]] 3211 3393 name = "windows_i686_msvc" 3212 3394 version = "0.36.1" 3213 3395 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3218 3400 version = "0.42.1" 3219 3401 source = "registry+https://github.com/rust-lang/crates.io-index" 3220 3402 checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605" 3403 + 3404 + [[package]] 3405 + name = "windows_i686_msvc" 3406 + version = "0.48.0" 3407 + source = "registry+https://github.com/rust-lang/crates.io-index" 3408 + checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" 3221 3409 3222 3410 [[package]] 3223 3411 name = "windows_x86_64_gnu" ··· 3232 3420 checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45" 3233 3421 3234 3422 [[package]] 3423 + name = "windows_x86_64_gnu" 3424 + version = "0.48.0" 3425 + source = "registry+https://github.com/rust-lang/crates.io-index" 3426 + checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" 3427 + 3428 + [[package]] 3235 3429 name = "windows_x86_64_gnullvm" 3236 3430 version = "0.42.1" 3237 3431 source = "registry+https://github.com/rust-lang/crates.io-index" 3238 3432 checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463" 3239 3433 3240 3434 [[package]] 3435 + name = "windows_x86_64_gnullvm" 3436 + version = "0.48.0" 3437 + source = "registry+https://github.com/rust-lang/crates.io-index" 3438 + checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" 3439 + 3440 + [[package]] 3241 3441 name = "windows_x86_64_msvc" 3242 3442 version = "0.36.1" 3243 3443 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3250 3450 checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd" 3251 3451 3252 3452 [[package]] 3453 + name = "windows_x86_64_msvc" 3454 + version = "0.48.0" 3455 + source = "registry+https://github.com/rust-lang/crates.io-index" 3456 + checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" 3457 + 3458 + [[package]] 3253 3459 name = "winit" 3254 3460 version = "0.27.5" 3255 3461 source = "registry+https://github.com/rust-lang/crates.io-index" 3256 3462 checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c" 3257 3463 dependencies = [ 3258 - "bitflags", 3464 + "bitflags 1.3.2", 3259 3465 "cocoa", 3260 3466 "core-foundation", 3261 3467 "core-graphics", ··· 3271 3477 "parking_lot 0.12.1", 3272 3478 "percent-encoding", 3273 3479 "raw-window-handle 0.4.3", 3274 - "raw-window-handle 0.5.0", 3480 + "raw-window-handle 0.5.2", 3275 3481 "sctk-adwaita", 3276 3482 "smithay-client-toolkit", 3277 3483 "wasm-bindgen",
+3 -3
pkgs/tools/graphics/wgpu-utils/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "wgpu-utils"; 5 - version = "0.15.2"; 5 + version = "0.16.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "gfx-rs"; 9 9 repo = "wgpu"; 10 10 rev = "v${version}"; 11 - hash = "sha256-U2e7uOGaVpT/c9EXubkaKkROjog073hVfot2bbB34AY="; 11 + hash = "sha256-2BS38Ybz/j6QnlI1G9zc/lFJKXj4Bh7+jlvyweUVhfA="; 12 12 }; 13 13 14 14 cargoLock = { 15 15 lockFile = ./Cargo.lock; 16 16 outputHashes = { 17 17 "d3d12-0.6.0" = "sha256-xCazXUriIQWMVa3DOI1aySBATmYwyDqsVYULRV2l/44="; 18 - "naga-0.11.0" = "sha256-q5cYmsWUwLcVS2ZmKd6YvEz3Z8IPP1dRCgQhRhgadoE="; 18 + "naga-0.12.0" = "sha256-EZ8ZKixOFPT9ZTKIC/UGh2B3F09ENbCTUi+ASamJzMM="; 19 19 }; 20 20 }; 21 21
+3 -3
pkgs/tools/misc/tagref/default.nix
··· 1 1 { lib, fetchFromGitHub, rustPlatform }: 2 2 rustPlatform.buildRustPackage rec { 3 3 pname = "tagref"; 4 - version = "1.6.0"; 4 + version = "1.7.0"; 5 5 6 6 src = fetchFromGitHub { 7 7 owner = "stepchowfun"; 8 8 repo = pname; 9 9 rev = "v${version}"; 10 - sha256 = "sha256-tAkRTHstXoGrSDX5h7xOpHHDOdCqdYu3AXoda84ha4g="; 10 + sha256 = "sha256-ESImTR3CFe6ABCP7JHU7XQYvc2VsDN03lkVaKK9MUEU="; 11 11 }; 12 12 13 - cargoHash = "sha256-3pD4hocvnfQziGtDvgc4QxnCEHlmsCFK32PI1zEh9z0="; 13 + cargoHash = "sha256-vqRVD5RW0j2bMF/Zl+Ldc06zyDlzRpADWqxtkvKtydE="; 14 14 15 15 meta = with lib; { 16 16 description = "Tagref helps you refer to other locations in your codebase.";
+2 -2
pkgs/tools/package-management/nix/default.nix
··· 69 69 patches = (args.patches or [ ]) ++ [ ./patches/aws-sdk-cpp-TransferManager-ContentEncoding.patch ]; 70 70 71 71 # only a stripped down version is build which takes a lot less resources to build 72 - requiredSystemFeatures = null; 72 + requiredSystemFeatures = [ ]; 73 73 }); 74 74 75 75 aws-sdk-cpp-nix = (aws-sdk-cpp.override { ··· 77 77 customMemoryManagement = false; 78 78 }).overrideAttrs (args: { 79 79 # only a stripped down version is build which takes a lot less resources to build 80 - requiredSystemFeatures = null; 80 + requiredSystemFeatures = [ ]; 81 81 }); 82 82 83 83
+3 -3
pkgs/tools/security/trufflehog/default.nix
··· 5 5 6 6 buildGoModule rec { 7 7 pname = "trufflehog"; 8 - version = "3.31.6"; 8 + version = "3.32.0"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "trufflesecurity"; 12 12 repo = "trufflehog"; 13 13 rev = "refs/tags/v${version}"; 14 - hash = "sha256-NlvDKpDuGjXEPINEBT+qDEwGWxJW32PAfpyezPt1Ucc="; 14 + hash = "sha256-88O5G6AMAZm1feDw2fRab/RmDxoywVdafB/OJyO+Hro="; 15 15 }; 16 16 17 - vendorHash = "sha256-mxOfHAaYCrwJT7I18iUHj0rK+MmJ4PX68Ln4cPO8sns="; 17 + vendorHash = "sha256-NnYQGbG4R/Ar0goOtymuohHO36t3UQhjg53ufneCFxQ="; 18 18 19 19 # Test cases run git clone and require network access 20 20 doCheck = false;
+3 -3
pkgs/tools/text/mdbook-katex/default.nix
··· 2 2 3 3 rustPlatform.buildRustPackage rec { 4 4 pname = "mdbook-katex"; 5 - version = "0.3.11"; 5 + version = "0.3.15"; 6 6 7 7 src = fetchCrate { 8 8 inherit pname version; 9 - hash = "sha256-TeMB0+XjFSVg0kEV+uN7o0gc3PapkOAe+AI5AfcwczE="; 9 + hash = "sha256-7PB6aYi8+cgoiN1zVBYWVIJgLlZFN8dGcY970iwPKWE="; 10 10 }; 11 11 12 - cargoHash = "sha256-eu2B+YtSTwehU0bIRI1favDyLdth845xfi+y+jP40Hc="; 12 + cargoHash = "sha256-JRRSeUGFDFSiaPxqegpQIGW8Q6Gs3GFHUx4+1jscZrU="; 13 13 14 14 OPENSSL_DIR = "${lib.getDev openssl}"; 15 15 OPENSSL_LIB_DIR = "${lib.getLib openssl}/lib";
+26
pkgs/tools/text/topfew-rs/default.nix
··· 1 + { lib 2 + , rustPlatform 3 + , fetchFromGitHub 4 + }: 5 + 6 + rustPlatform.buildRustPackage rec { 7 + pname = "topfew-rs"; 8 + version = "0.2.3"; 9 + 10 + src = fetchFromGitHub { 11 + owner = "djc"; 12 + repo = "topfew-rs"; 13 + rev = version; 14 + hash = "sha256-VlSLPcKw3LYGnmKk5YOkcGIizw1tqtKF2BykY+1MtvY="; 15 + }; 16 + 17 + cargoHash = "sha256-j+afSwDHau7H20siYtid7l8tq+iS24KJBsNZAEdNJlI="; 18 + 19 + meta = with lib; { 20 + description = "Rust implementation of Tim Bray's topfew tool"; 21 + homepage = "https://github.com/djc/topfew-rs"; 22 + license = licenses.gpl3Only; 23 + maintainers = with maintainers; [ figsoda ]; 24 + mainProgram = "tf"; 25 + }; 26 + }
+6
pkgs/top-level/all-packages.nix
··· 5281 5281 maple-mono = (callPackage ../data/fonts/maple-font { }).Mono; 5282 5282 maple-mono-NF = (callPackage ../data/fonts/maple-font { }).NF; 5283 5283 maple-mono-SC-NF = (callPackage ../data/fonts/maple-font { }).SC-NF; 5284 + maple-mono-otf = (callPackage ../data/fonts/maple-font { }).opentype; 5285 + maple-mono-woff2 = (callPackage ../data/fonts/maple-font { }).woff2; 5284 5286 5285 5287 marl = callPackage ../development/libraries/marl { }; 5286 5288 ··· 12898 12900 12899 12901 toml2nix = callPackage ../development/tools/toml2nix { }; 12900 12902 12903 + topfew-rs = callPackage ../tools/text/topfew-rs { }; 12904 + 12901 12905 topgrade = callPackage ../tools/misc/topgrade { 12902 12906 inherit (darwin.apple_sdk.frameworks) AppKit Cocoa Foundation; 12903 12907 }; ··· 17310 17314 fortran-language-server = python3.pkgs.callPackage ../development/tools/language-servers/fortran-language-server { }; 17311 17315 17312 17316 gopls = callPackage ../development/tools/language-servers/gopls { }; 17317 + 17318 + helm-ls = callPackage ../development/tools/language-servers/helm-ls { }; 17313 17319 17314 17320 jdt-language-server = callPackage ../development/tools/language-servers/jdt-language-server { }; 17315 17321
+2
pkgs/top-level/python-packages.nix
··· 6855 6855 6856 6856 opencensus-context = callPackage ../development/python-modules/opencensus-context { }; 6857 6857 6858 + opencontainers = callPackage ../development/python-modules/opencontainers { }; 6859 + 6858 6860 opencv3 = toPythonModule (pkgs.opencv3.override { 6859 6861 enablePython = true; 6860 6862 pythonPackages = self;