Merge master into staging-next

authored by nixpkgs-ci[bot] and committed by GitHub 2c49c6d3 e47e94c0

+93 -89
+9 -9
pkgs/applications/networking/cluster/terraform-providers/providers.json
··· 45 45 "vendorHash": "sha256-T2yIUO8DAuUC5s/bBxgsn99fCjJO1y6TzmPTuhT08FY=" 46 46 }, 47 47 "akamai": { 48 - "hash": "sha256-ivIJvWKfL9oYvLZeoErvYKuCZLEwNaZD7jFrIGPlurI=", 48 + "hash": "sha256-JALEVzmBVmHtCG4B1jNeNdSWb+SGZWDSZgUQ5voMQPg=", 49 49 "homepage": "https://registry.terraform.io/providers/akamai/akamai", 50 50 "owner": "akamai", 51 51 "repo": "terraform-provider-akamai", 52 - "rev": "v7.1.0", 52 + "rev": "v8.0.0", 53 53 "spdx": "MPL-2.0", 54 - "vendorHash": "sha256-Sp65odS8Axdv5UpA5j2SXvbC/rfet4GlIawxk054Cs4=" 54 + "vendorHash": "sha256-sf6gCPsKnBVjMsCw7ZA4BKt9GAGtAcgU7vRZN8xzN9Q=" 55 55 }, 56 56 "alicloud": { 57 57 "hash": "sha256-Jn4VzU6aPhMv6eMmXQ5gD5SA9IZfpmkRKpTrjRGrNF8=", ··· 1237 1237 "vendorHash": "sha256-K/44Jio2a1kKYuyI6o/5wwMNRaZvx9zrNEC85v56xdU=" 1238 1238 }, 1239 1239 "spacelift": { 1240 - "hash": "sha256-uRqZ5GRCP+oxm42cVVUdwUUixKLZbqfd6PjohbF7wNQ=", 1240 + "hash": "sha256-AptuuQV+uswWPU8ltjqSWqkPWTglPrrUkeVafD+RQ0U=", 1241 1241 "homepage": "https://registry.terraform.io/providers/spacelift-io/spacelift", 1242 1242 "owner": "spacelift-io", 1243 1243 "repo": "terraform-provider-spacelift", 1244 - "rev": "v1.22.0", 1244 + "rev": "v1.24.0", 1245 1245 "spdx": "MIT", 1246 - "vendorHash": "sha256-oEamCseBGmETqeBLiBHfh81oQNUHWfTrsegkFijvb20=" 1246 + "vendorHash": "sha256-Tft0YjNUtwDH0SliSseXHqMKB2yzQTsAG1Wfc5ihpvE=" 1247 1247 }, 1248 1248 "spotinst": { 1249 1249 "hash": "sha256-opJqvsqGqsFz2G+5T2JK1tpDxnFmMCxRVrUNYYnuN7s=", ··· 1282 1282 "vendorHash": "sha256-9M1DsE/FPQK8TG7xCJWbU3HAJCK3p/7lxdzjO1oAfWs=" 1283 1283 }, 1284 1284 "sumologic": { 1285 - "hash": "sha256-gTBgX1QHZz6qpizt2BP7BvE3j92q+dKhKHhP4bCTfvo=", 1285 + "hash": "sha256-7UjfkRCYay2bHUrnvLbadjSeCrhm6w6RzvRtUznpTDA=", 1286 1286 "homepage": "https://registry.terraform.io/providers/SumoLogic/sumologic", 1287 1287 "owner": "SumoLogic", 1288 1288 "repo": "terraform-provider-sumologic", 1289 - "rev": "v3.0.12", 1289 + "rev": "v3.1.0", 1290 1290 "spdx": "MPL-2.0", 1291 - "vendorHash": "sha256-S3SBp17+qqA64tWydD5DYc9KahycJ+qDrdXvFwu6Lbc=" 1291 + "vendorHash": "sha256-jGGdSKXpg/N80lNsHFt1nU1t3oW5uDphGYHhBZmAgxE=" 1292 1292 }, 1293 1293 "sysdig": { 1294 1294 "hash": "sha256-oJ51syzDKX7ZO8EJ3Ug1JNRO34N0t4Y8CzAszc5apOM=",
+4 -4
pkgs/applications/networking/discordo/default.nix
··· 10 10 11 11 buildGoModule rec { 12 12 pname = "discordo"; 13 - version = "0-unstable-2025-05-23"; 13 + version = "0-unstable-2025-06-03"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "ayn2op"; 17 17 repo = pname; 18 - rev = "af2b0995ba6f6f2df8937cf6a6d5bee3adbc0d0c"; 19 - hash = "sha256-eBdPnpO9fZP7uq2/wVmeMu8Bf9UympsjUHTQlX2XKYw="; 18 + rev = "23be8cd23591d3076712dd6c7c0b9e20571e1545"; 19 + hash = "sha256-hbgCxu48c+glnLN8jEAzFrOwxYxAdap3TaqKKtYtzqE="; 20 20 }; 21 21 22 - vendorHash = "sha256-gEwTpt/NPN1+YpTBmW8F34UotowrOcA0mfFgBdVFiTA="; 22 + vendorHash = "sha256-Kx0dI53ordvsSY0GCp6H+1XiSBAHXLbcg0tQJVa86uw="; 23 23 24 24 env.CGO_ENABLED = 0; 25 25
+3 -3
pkgs/by-name/az/az-pim-cli/package.nix
··· 11 11 }: 12 12 buildGoModule (finalAttrs: { 13 13 pname = "az-pim-cli"; 14 - version = "1.6.0"; 14 + version = "1.6.1"; 15 15 16 16 src = fetchFromGitHub { 17 17 owner = "netr0m"; 18 18 repo = "az-pim-cli"; 19 19 tag = "v${finalAttrs.version}"; 20 - hash = "sha256-Zi/DNTroMews4PvPCeLWSq74xWdZ22NO2VtmW91zcfs="; 20 + hash = "sha256-gf4VscHaUr3JtsJO5PAq1nyPeJxIwGPaiH/QdXKpvQ0="; 21 21 }; 22 22 23 - vendorHash = "sha256-g4NcRNmHXS3mOtE0nbV96vFFoVzGFbAvcj/vkdXshoU="; 23 + vendorHash = "sha256-PHrpUlAG/PBe3NKUGBQ1U7dCcqkSlErWX2dp9ZPB3+8="; 24 24 25 25 nativeBuildInputs = [ 26 26 installShellFiles
+3 -3
pkgs/by-name/do/dolt/package.nix
··· 6 6 7 7 buildGoModule rec { 8 8 pname = "dolt"; 9 - version = "1.53.6"; 9 + version = "1.54.1"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "dolthub"; 13 13 repo = "dolt"; 14 14 rev = "v${version}"; 15 - sha256 = "sha256-T/o4Fdfyq5kK4wG11Gdfa66iHv2Zb58v1geebFk/Ouc="; 15 + sha256 = "sha256-VVINhJRws1WEfSld3E0sAE6jJuQWwmiN1JPL1LZ1dLs="; 16 16 }; 17 17 18 18 modRoot = "./go"; 19 19 subPackages = [ "cmd/dolt" ]; 20 - vendorHash = "sha256-irMXQGOsTP/zSyVAYOtWex/H1cdNSthuyPbbR5FwCNI="; 20 + vendorHash = "sha256-+UHw4cDcgRtzl8TGXLjUbBkUwJFhnuUbrwy1JUbS1ko="; 21 21 proxyVendor = true; 22 22 doCheck = false; 23 23
+3 -3
pkgs/by-name/du/dust/package.nix
··· 12 12 # Since then, `dust` has been freed up, allowing this package to take that attribute. 13 13 # However in order for tools like `nix-env` to detect package updates, keep `du-dust` for pname. 14 14 pname = "du-dust"; 15 - version = "1.2.0"; 15 + version = "1.2.1"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "bootandy"; 19 19 repo = "dust"; 20 20 tag = "v${finalAttrs.version}"; 21 - hash = "sha256-MmlCTF7tZBBOCnyhUjTatDjajFMGd+Nk2kYyxjzZc04="; 21 + hash = "sha256-3Mk2gPlnm2kTRbn74T1YDH/DnjAyhFZQFK83OQaDNeo="; 22 22 # Remove unicode file names which leads to different checksums on HFS+ 23 23 # vs. other filesystems because of unicode normalisation. 24 24 postFetch = '' ··· 27 27 }; 28 28 29 29 useFetchCargoVendor = true; 30 - cargoHash = "sha256-H2tfDZBhIRRrdak8TWjzzjeJBQmYZVWqXNtxTnBnbDk="; 30 + cargoHash = "sha256-IZv4XQmBvxUp5k5bn5B4qTJAVBrRO0OZaUlqCni6NpI="; 31 31 32 32 nativeBuildInputs = [ installShellFiles ]; 33 33
+3 -3
pkgs/by-name/fl/fluxcd-operator-mcp/package.nix
··· 9 9 }: 10 10 buildGoModule (finalAttrs: { 11 11 pname = "fluxcd-operator-mcp"; 12 - version = "0.21.0"; 12 + version = "0.22.0"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "controlplaneio-fluxcd"; 16 16 repo = "fluxcd-operator"; 17 17 tag = "v${finalAttrs.version}"; 18 - hash = "sha256-SszWTuK3HVsyc669NThQn5VAVwD/7JQtKtqBJD6cTT0="; 18 + hash = "sha256-fpqioVo9UtuyiXUOpHQmsrkssDaseUjllBmsQ7r39Ww="; 19 19 }; 20 20 21 - vendorHash = "sha256-5uT/pcfXrinyJ1hXmQ+vmWNuyO33c6d5PAjm6kwOZmY="; 21 + vendorHash = "sha256-uR8FpJTzexFCM5M9K0h+80wlFnC0qNvQ/NMFnrVQWAo="; 22 22 23 23 ldflags = [ 24 24 "-s"
+2 -2
pkgs/by-name/ha/haproxy/package.nix
··· 42 42 in 43 43 stdenv.mkDerivation (finalAttrs: { 44 44 pname = "haproxy"; 45 - version = "3.1.7"; 45 + version = "3.2.0"; 46 46 47 47 src = fetchurl { 48 48 url = "https://www.haproxy.org/download/${lib.versions.majorMinor finalAttrs.version}/src/haproxy-${finalAttrs.version}.tar.gz"; 49 - hash = "sha256-o5UmRO+TmzYmDZHYGjNWNqqbRFcrTLi2ABJy+IVFxmY="; 49 + hash = "sha256-92KuMbyhtR/rieQ5Xjbhf4Z8JTcqEIU8cNKSw90Xt7A="; 50 50 }; 51 51 52 52 buildInputs =
+3 -13
pkgs/by-name/ju/jujutsu/package.nix
··· 4 4 rustPlatform, 5 5 fetchFromGitHub, 6 6 installShellFiles, 7 - pkg-config, 8 - libgit2, 9 - libssh2, 10 - openssl, 11 7 git, 12 8 gnupg, 13 9 openssh, ··· 18 14 19 15 rustPlatform.buildRustPackage (finalAttrs: { 20 16 pname = "jujutsu"; 21 - version = "0.29.0"; 17 + version = "0.30.0"; 22 18 23 19 src = fetchFromGitHub { 24 20 owner = "jj-vcs"; 25 21 repo = "jj"; 26 22 tag = "v${finalAttrs.version}"; 27 - hash = "sha256-jyhjKppwK+emwLEXtOJKU0f4mPdLzDrQabnHhpyUzmw="; 23 + hash = "sha256-l+E3os5At/PV4zKvUDSv4Aez9Bg0M+BZDvwVOHX+h9s="; 28 24 }; 29 25 30 26 useFetchCargoVendor = true; 31 27 32 - cargoHash = "sha256-1bb7YWXExS62s83rprHa0byUBJUCdw6JDYkQ3VZcje8="; 28 + cargoHash = "sha256-5H4yPbJ5364CM8YEt40rTbks3+tuQsrb6OQ0wRUQZRw="; 33 29 34 30 nativeBuildInputs = [ 35 31 installShellFiles 36 - pkg-config 37 32 ]; 38 - 39 - buildInputs = [ 40 - libgit2 41 - libssh2 42 - ] ++ lib.optionals (!stdenv.hostPlatform.isDarwin) [ openssl ]; 43 33 44 34 nativeCheckInputs = [ 45 35 git
+2 -2
pkgs/by-name/li/libsolv/package.nix
··· 18 18 }: 19 19 20 20 stdenv.mkDerivation rec { 21 - version = "0.7.32"; 21 + version = "0.7.33"; 22 22 pname = "libsolv"; 23 23 24 24 src = fetchFromGitHub { 25 25 owner = "openSUSE"; 26 26 repo = "libsolv"; 27 27 rev = version; 28 - hash = "sha256-2cvba2S/3CR+3sMLVEnmTxWYTQSAYZoUIoQHr+GZnyY="; 28 + hash = "sha256-jOYz0p5oWMnPtQbpkCIUgw6e0W5PfR6teA9IdjYSghk="; 29 29 }; 30 30 31 31 cmakeFlags =
+3 -3
pkgs/by-name/li/libvgm/package.nix
··· 38 38 39 39 stdenv.mkDerivation (finalAttrs: { 40 40 pname = "libvgm"; 41 - version = "0-unstable-2025-05-03"; 41 + version = "0-unstable-2025-05-30"; 42 42 43 43 src = fetchFromGitHub { 44 44 owner = "ValleyBell"; 45 45 repo = "libvgm"; 46 - rev = "47581c5cf51748c8c948cfc1a8473e563529e9bb"; 47 - hash = "sha256-BJBQ/qAOZ2ykU2+zZ+FaGK2gK0R4Bu3+u3WmJVnjgMw="; 46 + rev = "82ba45d3906a0b54b6de2555468dd9e9598f617d"; 47 + hash = "sha256-+EMI8hGDE+oiOK4pHRfDJxmGAZ3SBecNhCoPhS95NAk="; 48 48 }; 49 49 50 50 outputs = [
+2 -2
pkgs/by-name/lu/lunar-client/package.nix
··· 7 7 8 8 appimageTools.wrapType2 rec { 9 9 pname = "lunarclient"; 10 - version = "3.3.8"; 10 + version = "3.3.9"; 11 11 12 12 src = fetchurl { 13 13 url = "https://launcherupdates.lunarclientcdn.com/Lunar%20Client-${version}.AppImage"; 14 - hash = "sha512-H4v2fpOvjU8Cxxf0kxHf2CB/NwjarMp8EjjfGb2IbrVM0aXQQyvW+cHRwfsLnkyOxNYLWNC50Px0Ur/0rpj4bg=="; 14 + hash = "sha512-XeaxhpAuOOwsUSdzR/Tb58A8P1MZQDUBFST+NVX3z54BCfLkc8JNHnIKphwBfdf3bj3CF0a93rPTWNnd850aWA=="; 15 15 }; 16 16 17 17 nativeBuildInputs = [ makeWrapper ];
+12 -3
pkgs/by-name/oa/oama/generated-package.nix
··· 4 4 mkDerivation, 5 5 aeson, 6 6 base, 7 + base64-bytestring, 7 8 bytestring, 8 9 containers, 10 + cryptohash-sha256, 9 11 directory, 10 12 fetchgit, 11 13 hsyslog, ··· 18 20 optparse-applicative, 19 21 pretty-simple, 20 22 process, 23 + random, 21 24 streaming-commons, 22 25 string-qq, 23 26 strings, ··· 31 34 }: 32 35 mkDerivation { 33 36 pname = "oama"; 34 - version = "0.20.1"; 37 + version = "0.20.2"; 35 38 src = fetchgit { 36 39 url = "https://github.com/pdobsan/oama.git"; 37 - sha256 = "sha256-59tKAHL7rCZJyfraD7NnwFR5iP6784IcgH82hfsFHiA="; 38 - rev = "99659a8567808b28885ed241abe4df03f37e92fc"; 40 + sha256 = "1zr2a77b3azdqyk6hzchhg573gwwb5h0d7x382srggm25lp3isk9"; 41 + rev = "bbe5a6d9f87659c8a24b6515694acf1b522a396b"; 39 42 fetchSubmodules = true; 40 43 }; 41 44 isLibrary = true; ··· 43 46 libraryHaskellDepends = [ 44 47 aeson 45 48 base 49 + base64-bytestring 46 50 bytestring 47 51 containers 52 + cryptohash-sha256 48 53 directory 49 54 hsyslog 50 55 http-conduit ··· 55 60 optparse-applicative 56 61 pretty-simple 57 62 process 63 + random 58 64 streaming-commons 59 65 string-qq 60 66 strings ··· 69 75 executableHaskellDepends = [ 70 76 aeson 71 77 base 78 + base64-bytestring 72 79 bytestring 73 80 containers 81 + cryptohash-sha256 74 82 directory 75 83 hsyslog 76 84 http-conduit ··· 81 89 optparse-applicative 82 90 pretty-simple 83 91 process 92 + random 84 93 streaming-commons 85 94 string-qq 86 95 strings
+2 -2
pkgs/by-name/op/openlibm/package.nix
··· 7 7 8 8 stdenv.mkDerivation rec { 9 9 pname = "openlibm"; 10 - version = "0.8.6"; 10 + version = "0.8.7"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "JuliaLang"; 14 14 repo = "openlibm"; 15 15 rev = "v${version}"; 16 - sha256 = "sha256-HFSRrTdIhbbSyeU/FSo5e2ZI5tff2ZDEFgYcI412ATU="; 16 + sha256 = "sha256-fSEszCJ1PXkSydTLk8KAyu7zffUrKf+7a1ZDf3Wl/lE="; 17 17 }; 18 18 19 19 nativeBuildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
+4 -4
pkgs/by-name/se/servo/package.nix
··· 61 61 62 62 rustPlatform.buildRustPackage { 63 63 pname = "servo"; 64 - version = "0-unstable-2025-05-25"; 64 + version = "0-unstable-2025-06-04"; 65 65 66 66 src = fetchFromGitHub { 67 67 owner = "servo"; 68 68 repo = "servo"; 69 - rev = "3a04f4195eb650f092c44d5a05fee178b9e84fbe"; 70 - hash = "sha256-7dbt7h4qUPWgsKBt0wo9by6yTB4034SzlzdqMXmw2Xg="; 69 + rev = "e78c033b5bc36a9576530869b38eba88080342d1"; 70 + hash = "sha256-BG0zQRLEM9bghjkB+He5fqpfinowRcn1k1oqhODzaPI="; 71 71 # Breaks reproducibility depending on whether the picked commit 72 72 # has other ref-names or not, which may change over time, i.e. with 73 73 # "ref-names: HEAD -> main" as long this commit is the branch HEAD ··· 78 78 }; 79 79 80 80 useFetchCargoVendor = true; 81 - cargoHash = "sha256-XTtM7yU1kpzK2cspnYdgp7yrt4Xk7xeQ98rmBgu46Tg="; 81 + cargoHash = "sha256-7jbaJSmz7isAiOYVXJ3gXorA2lhDEiVpL+l8gkOnQuM="; 82 82 83 83 # set `HOME` to a temp dir for write access 84 84 # Fix invalid option errors during linking (https://github.com/mozilla/nixpkgs-mozilla/commit/c72ff151a3e25f14182569679ed4cd22ef352328)
+3 -3
pkgs/by-name/sp/spider/package.nix
··· 14 14 15 15 rustPlatform.buildRustPackage (finalAttrs: { 16 16 pname = "spider"; 17 - version = "2.37.79"; 17 + version = "2.37.91"; 18 18 19 19 src = fetchFromGitHub { 20 20 owner = "spider-rs"; 21 21 repo = "spider"; 22 22 tag = "v${finalAttrs.version}"; 23 - hash = "sha256-uYgdYIZ+T5G9TvgFCdErvex9KXN0pJn3MngMKpT/PVo="; 23 + hash = "sha256-1WDsvEIoeWOUIN2HbTJeLkTlUgUZhExurPtN7ef/Egs="; 24 24 }; 25 25 26 26 useFetchCargoVendor = true; 27 - cargoHash = "sha256-uJ69BxeYhU/xVTKqOsxoqfS4At9+BtqurJfYUFEnKtA="; 27 + cargoHash = "sha256-0DEJltTM8hH5Nsx5j2S9kURO7kLm/Mnv0M/QrarojaU="; 28 28 29 29 nativeBuildInputs = [ 30 30 pkg-config
+3 -3
pkgs/by-name/st/static-web-server/package.nix
··· 7 7 8 8 rustPlatform.buildRustPackage rec { 9 9 pname = "static-web-server"; 10 - version = "2.36.1"; 10 + version = "2.37.0"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "static-web-server"; 14 14 repo = "static-web-server"; 15 15 rev = "v${version}"; 16 - hash = "sha256-labHPDsPRyF/cxHFoOJ5n+tBFn1KF2QdB/hZnDGWf1Q="; 16 + hash = "sha256-haQYouLUaDkYo9c0CA07twaEohgmSa2hn8xJevEVNFU="; 17 17 }; 18 18 19 19 useFetchCargoVendor = true; 20 - cargoHash = "sha256-Sri2NTCN5vIf/5KVI+BtyOBAjkXoGpOJjP2iOh/M5NU="; 20 + cargoHash = "sha256-1e3of8qC1cJ9ZZt1mrfe10wjkLzUICS25TDu+HfkTyU="; 21 21 22 22 # Some tests rely on timestamps newer than 18 Nov 1974 00:00:00 23 23 preCheck = ''
+2 -2
pkgs/by-name/ta/tana/package.nix
··· 62 62 stdenv.cc.cc 63 63 stdenv.cc.libc 64 64 ]; 65 - version = "1.0.31"; 65 + version = "1.0.32"; 66 66 in 67 67 stdenv.mkDerivation { 68 68 pname = "tana"; ··· 70 70 71 71 src = fetchurl { 72 72 url = "https://github.com/tanainc/tana-desktop-releases/releases/download/v${version}/tana_${version}_amd64.deb"; 73 - hash = "sha256-+KJ2peQWb378h6nWmoj5J4zAmSi4AHvR6fqrjRC/c8w="; 73 + hash = "sha256-oAW9Vx4z0TOweKA6bsmCm7DY72pFWBnPLG0dS05oCw8="; 74 74 }; 75 75 76 76 nativeBuildInputs = [
+3 -3
pkgs/by-name/tr/traefik/package.nix
··· 8 8 9 9 buildGo124Module (finalAttrs: { 10 10 pname = "traefik"; 11 - version = "3.4.0"; 11 + version = "3.4.1"; 12 12 13 13 # Archive with static assets for webui 14 14 src = fetchzip { 15 15 url = "https://github.com/traefik/traefik/releases/download/v${finalAttrs.version}/traefik-v${finalAttrs.version}.src.tar.gz"; 16 - hash = "sha256-9OCrIkeiqX8Kc21wWDy6cuSOw7l27YzgD/u8IiPc70w="; 16 + hash = "sha256-cE4Pivu1wUZqd1i+aYZqirNQse1ExgEV6550CawRwJM="; 17 17 stripRoot = false; 18 18 }; 19 19 20 - vendorHash = "sha256-KtLWecErTstGpzByzDRvHXdq9qi9L4Q1iIfy0Lx7EOE="; 20 + vendorHash = "sha256-eaeuTYjwv4Pa48YZ2yDOIRDRrSSw6fNhJIN8imV5dNM="; 21 21 22 22 subPackages = [ "cmd/traefik" ]; 23 23
+3 -3
pkgs/by-name/wa/wasm-tools/package.nix
··· 6 6 7 7 rustPlatform.buildRustPackage rec { 8 8 pname = "wasm-tools"; 9 - version = "1.232.0"; 9 + version = "1.233.0"; 10 10 11 11 src = fetchFromGitHub { 12 12 owner = "bytecodealliance"; 13 13 repo = "wasm-tools"; 14 14 rev = "v${version}"; 15 - hash = "sha256-iEHZXxE/cOs438KVXJ5o7+LobrODKtXGt92TPKxtOpU="; 15 + hash = "sha256-Xx5ukiMIMQSptEe035Dq6NWidU/MN/Hxg0C0y6aUCJ0="; 16 16 fetchSubmodules = true; 17 17 }; 18 18 19 19 # Disable cargo-auditable until https://github.com/rust-secure-code/cargo-auditable/issues/124 is solved. 20 20 auditable = false; 21 21 useFetchCargoVendor = true; 22 - cargoHash = "sha256-W01pqmqJWwEOLv/ng0ZRFcPpOPO9s0IqcaEM7IN7v9g="; 22 + cargoHash = "sha256-OFF8tUZ5Xhc+GQ2v0gYpAogIHeXjYEDxUn+78WsuHHs="; 23 23 cargoBuildFlags = [ 24 24 "--package" 25 25 "wasm-tools"
+10 -5
pkgs/by-name/xc/xchm/package.nix
··· 5 5 autoreconfHook, 6 6 wxGTK32, 7 7 chmlib, 8 + desktopToDarwinBundle, 8 9 }: 9 10 10 11 stdenv.mkDerivation rec { ··· 18 19 sha256 = "sha256-UMn8ds4nheuYSu0PesxdGoyxyn5AcKq9WByeRUxxx3k="; 19 20 }; 20 21 21 - nativeBuildInputs = [ 22 - autoreconfHook 23 - ]; 22 + nativeBuildInputs = 23 + [ 24 + autoreconfHook 25 + ] 26 + ++ lib.optionals stdenv.hostPlatform.isDarwin [ 27 + desktopToDarwinBundle 28 + ]; 24 29 25 30 buildInputs = [ 26 31 wxGTK32 ··· 30 35 configureFlags = [ "--with-wx-prefix=${wxGTK32}" ]; 31 36 32 37 preConfigure = '' 33 - export LDFLAGS="$LDFLAGS $(${wxGTK32}/bin/wx-config --libs | sed -e s@-pthread@@) -lwx_gtk3u_aui-3.2" 38 + export LDFLAGS="$LDFLAGS $(${wxGTK32}/bin/wx-config --libs std,aui | sed -e s@-pthread@@)" 34 39 ''; 35 40 36 41 meta = with lib; { ··· 38 43 homepage = "https://github.com/rzvncj/xCHM"; 39 44 license = licenses.gpl2; 40 45 maintainers = with maintainers; [ sikmir ]; 41 - platforms = platforms.linux; 46 + platforms = platforms.unix; 42 47 mainProgram = "xchm"; 43 48 }; 44 49 }
+2 -2
pkgs/development/libraries/mesa/common.nix
··· 5 5 # nix build .#legacyPackages.x86_64-darwin.mesa .#legacyPackages.aarch64-darwin.mesa 6 6 rec { 7 7 pname = "mesa"; 8 - version = "25.1.1"; 8 + version = "25.1.2"; 9 9 10 10 src = fetchFromGitLab { 11 11 domain = "gitlab.freedesktop.org"; 12 12 owner = "mesa"; 13 13 repo = "mesa"; 14 14 rev = "mesa-${version}"; 15 - hash = "sha256-Vk5sE7D8XHDOtxq0ax2a3FmQFWp7IDP4Y510EpnKWo4="; 15 + hash = "sha256-oE1QZyCBFdWCFq5T+Unf0GYpvCssVNOEQtPQgPbatQQ="; 16 16 }; 17 17 18 18 meta = {
+2 -2
pkgs/development/python-modules/asf-search/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "asf-search"; 23 - version = "8.2.3"; 23 + version = "8.3.4"; 24 24 pyproject = true; 25 25 26 26 disabled = pythonOlder "3.9"; ··· 29 29 owner = "asfadmin"; 30 30 repo = "Discovery-asf_search"; 31 31 tag = "v${version}"; 32 - hash = "sha256-K1aGkI5lBw2HmLAeCNqcpgsDG/fAoi7l1RTBxziJBL8="; 32 + hash = "sha256-MzHE3PNoV8SCGaajeSqdHaJwk7BuNiaP77YHo9soQO8="; 33 33 }; 34 34 35 35 pythonRelaxDeps = [ "tenacity" ];
+2 -2
pkgs/development/python-modules/google-cloud-pubsub/default.nix
··· 20 20 21 21 buildPythonPackage rec { 22 22 pname = "google-cloud-pubsub"; 23 - version = "2.29.0"; 23 + version = "2.29.1"; 24 24 pyproject = true; 25 25 26 26 disabled = pythonOlder "3.7"; ··· 28 28 src = fetchPypi { 29 29 pname = "google_cloud_pubsub"; 30 30 inherit version; 31 - hash = "sha256-uCD41BDJath7jaecaWuXnhoYKhcNDAYCYm9bnYy/Ie4="; 31 + hash = "sha256-X0sFNMWHOU3SBTjBuuq31OvO14lWEFhzlVXrRNeSTOQ="; 32 32 }; 33 33 34 34 build-system = [ setuptools ];
+2 -2
pkgs/development/python-modules/python-picnic-api2/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "python-picnic-api2"; 14 - version = "1.3.0"; 14 + version = "1.3.1"; 15 15 pyproject = true; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "codesalatdev"; 19 19 repo = "python-picnic-api"; 20 20 tag = "v${version}"; 21 - hash = "sha256-lr8xlSu5kvkNNEM22Pc+PFGs4re+Ytw2ct97h6ydY04="; 21 + hash = "sha256-xa3Ir3OcePFwXemHSR78HhebtCVPObo9oM0h9K1DIQk="; 22 22 }; 23 23 24 24 build-system = [ hatchling ];
+2 -2
pkgs/development/python-modules/shiboken6/default.nix
··· 13 13 in 14 14 stdenv'.mkDerivation (finalAttrs: { 15 15 pname = "shiboken6"; 16 - version = "6.9.0"; 16 + version = "6.9.1"; 17 17 18 18 src = fetchurl { 19 19 url = "mirror://qt/official_releases/QtForPython/pyside6/PySide6-${finalAttrs.version}-src/pyside-setup-everywhere-src-${finalAttrs.version}.tar.xz"; 20 - hash = "sha256-MVtzu3Vw1bnmeTqNP6/R0t1/Q9Ne67AdK1VOogaq2I4="; 20 + hash = "sha256-BMcSxbkjSt0Nm1qjwBoMrt5kpVtJYSd1H11SojDP90g="; 21 21 }; 22 22 23 23 sourceRoot = "pyside-setup-everywhere-src-${finalAttrs.version}/sources/shiboken6";
+2 -2
pkgs/os-specific/linux/corefreq/default.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "corefreq"; 13 - version = "2.0.3"; 13 + version = "2.0.5"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "cyring"; 17 17 repo = "CoreFreq"; 18 18 rev = version; 19 - hash = "sha256-3XBcSR2Yud7zZnyHE81S99Wq3gVjXUJixIuPOLzMJpE="; 19 + hash = "sha256-9RANWw0zdsNFHdHPc0AjPQTZSlaejChsrZmxNXeBzK0="; 20 20 }; 21 21 22 22 nativeBuildInputs = kernel.moduleBuildDependencies;
+2 -2
pkgs/servers/web-apps/freshrss/default.nix
··· 9 9 10 10 stdenvNoCC.mkDerivation rec { 11 11 pname = "FreshRSS"; 12 - version = "1.26.2"; 12 + version = "1.26.3"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "FreshRSS"; 16 16 repo = "FreshRSS"; 17 17 rev = version; 18 - hash = "sha256-TVtyX0/HKtLHFjHHjZDwOOcbHJ7Bq0NrlI3drlm6Gy4="; 18 + hash = "sha256-/573UMMALfU46uJefxf/DMhEcIMiI+CVR9lg9kXFdF0="; 19 19 }; 20 20 21 21 postPatch = ''