Merge master into staging-next

This commit is contained in:
nixpkgs-ci[bot] 2025-07-10 06:06:24 +00:00 committed by GitHub
commit 1de29f1550
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
64 changed files with 5150 additions and 2871 deletions

View File

@ -15,6 +15,8 @@
./common/x11.nix
];
virtualisation.memorySize = 4096;
services.sunshine = {
enable = true;
openFirewall = true;
@ -61,7 +63,7 @@
moonlight.wait_for_console_text("Executing request.*pair")
# respond to pairing request from sunshine
sunshine.succeed("curl --fail --insecure -u sunshine:sunshine -d '{\"pin\":\"1234\",\"name\":\"1234\"}' https://localhost:47990/api/pin")
sunshine.succeed("curl --fail --insecure -u sunshine:sunshine -H 'Content-Type: application/json' -d '{\"pin\":\"1234\",\"name\":\"sunshine\"}' https://localhost:47990/api/pin")
# wait until pairing is complete
moonlight.wait_for_console_text("Executing request.*phrase=pairchallenge")

View File

@ -1,59 +1,58 @@
{
"stable": {
"linux": {
"version": "8.10.82",
"version": "8.11.0",
"sources": {
"x86_64": {
"url": "https://downloads.1password.com/linux/tar/stable/x86_64/1password-8.10.82.x64.tar.gz",
"hash": "sha256-/mpp+HRQO7Xu+faYUzq00LxFrDRTod7Wvro3IoVGFAg="
"url": "https://downloads.1password.com/linux/tar/stable/x86_64/1password-8.11.0.x64.tar.gz",
"hash": "sha256-aE7AQPzgMNZh++HOFduT4c7qipEvjUdQ9sBH8epuXeE="
},
"aarch64": {
"url": "https://downloads.1password.com/linux/tar/stable/aarch64/1password-8.10.82.arm64.tar.gz",
"hash": "sha256-DiZVlq0xVGeCh6x5Bt8KP7B0iC15prvQrd9dnAmjWCI="
"url": "https://downloads.1password.com/linux/tar/stable/aarch64/1password-8.11.0.arm64.tar.gz",
"hash": "sha256-5jmMolrISZaoqsGEYhsTxlKgAZk+RdVUOBMQDIn9nFM="
}
}
},
"darwin": {
"version": "8.10.82",
"version": "8.11.0",
"sources": {
"x86_64": {
"url": "https://downloads.1password.com/mac/1Password-8.10.82-x86_64.zip",
"hash": "sha256-LATm0OcX+i02X3byaKQA32PpOXDyQFzyJVOgNzgtfYM="
"url": "https://downloads.1password.com/mac/1Password-8.11.0-x86_64.zip",
"hash": "sha256-bZoX7mxh7JqYKgPQGUjrWEFYKGjl7dzhpL/CIt5IY00="
},
"aarch64": {
"url": "https://downloads.1password.com/mac/1Password-8.10.82-aarch64.zip",
"hash": "sha256-uXtXDfCE+CFaOXqpSEKh2x7lzeYOhrHoH017NzNS2p8="
"url": "https://downloads.1password.com/mac/1Password-8.11.0-aarch64.zip",
"hash": "sha256-I88nfsb1xsErgafmo0qqSHcalhTMkGH9m0bMWAGlad8="
}
}
}
},
"beta": {
"linux": {
"version": "8.11.0-25.BETA",
"version": "8.11.2-18.BETA",
"sources": {
"x86_64": {
"url": "https://downloads.1password.com/linux/tar/beta/x86_64/1password-8.11.0-25.BETA.x64.tar.gz",
"hash": "sha256-TMVquYVZPxJGxn7vEwhSsD5eebM+9xovdBB/5/y2ygc="
"url": "https://downloads.1password.com/linux/tar/beta/x86_64/1password-8.11.2-18.BETA.x64.tar.gz",
"hash": "sha256-/8sXdF1JmJX3kFOn9SCRz6Cr/ZldzHfhvq1oJlV19v8="
},
"aarch64": {
"url": "https://downloads.1password.com/linux/tar/beta/aarch64/1password-8.11.0-25.BETA.arm64.tar.gz",
"hash": "sha256-eV6gTKbTWkC1Kg5vyGf4tgiBxOQ5ZOKha03PSTGVE9Q="
"url": "https://downloads.1password.com/linux/tar/beta/aarch64/1password-8.11.2-18.BETA.arm64.tar.gz",
"hash": "sha256-bDRJAU6LgkoHp1Fi/KQPm/Fe/BkGt7V+dGVnLh9awcs="
}
}
},
"darwin": {
"version": "8.11.0-25.BETA",
"version": "8.11.2-18.BETA",
"sources": {
"x86_64": {
"url": "https://downloads.1password.com/mac/1Password-8.11.0-25.BETA-x86_64.zip",
"hash": "sha256-9cE31VdYoxFnxsO0jOLQsXA2SEBUdy7ABvUIfsGEE04="
"url": "https://downloads.1password.com/mac/1Password-8.11.2-18.BETA-x86_64.zip",
"hash": "sha256-oZqrNB49SR8UWh8qXnKi/xlT/b2YUxPCLpz2tjwzzuw="
},
"aarch64": {
"url": "https://downloads.1password.com/mac/1Password-8.11.0-25.BETA-aarch64.zip",
"hash": "sha256-bxBoJZSt7znOhiIu20Nuq5MzNyS1HzLkNyt/cgY1dBg="
"url": "https://downloads.1password.com/mac/1Password-8.11.2-18.BETA-aarch64.zip",
"hash": "sha256-+EXrqEe3cDp9Ez8iug53HhSTtz0tDYsUXHAsXtRHGH4="
}
}
}
}
}

View File

@ -10,13 +10,13 @@
}:
let
yarn-berry = yarn-berry_4;
version = "25.6.1";
version = "25.7.1";
src = fetchFromGitHub {
name = "actualbudget-actual-source";
owner = "actualbudget";
repo = "actual";
tag = "v${version}";
hash = "sha256-+6rMfFmqm7HLYMgmiG+DE2bH5WkIZxwTiy2L/CdZYEI=";
hash = "sha256-BXF9VL2HTNOOsX+l6G+5CHRi+ycGJTizky8cypijR7M=";
};
translations = fetchFromGitHub {
name = "actualbudget-translations-source";
@ -24,8 +24,8 @@ let
repo = "translations";
# Note to updaters: this repo is not tagged, so just update this to the Git
# tip at the time the update is performed.
rev = "207279d37dbefd555e1470cd1c5a840c469ca672";
hash = "sha256-oojADl5LaeO44+j4j/MpCs4c0Td4RwrBtqNB6ZEcELo=";
rev = "319e1b8f099b77c2ff939c8728182a0a3afdec49";
hash = "sha256-63Uc/2HTYOm2hQEr7grhNTLWtage6oyl4J/a6fGonVI=";
};
in
@ -76,7 +76,7 @@ stdenv.mkDerivation (finalAttrs: {
missingHashes = ./missing-hashes.json;
offlineCache = yarn-berry.fetchYarnBerryDeps {
inherit (finalAttrs) src missingHashes;
hash = "sha256-mL4rIBJsx0wSAy1hY9fC0DyGLZOnvXhkFTlxQfK0Dfc=";
hash = "sha256-SPLosaI2r8PshhqG+dbJktVmjcaDX1GmIXBO0bF+mY4=";
};
pname = "actual-server";

View File

@ -3,24 +3,24 @@
let
pname = "brave";
version = "1.80.115";
version = "1.80.120";
allArchives = {
aarch64-linux = {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_arm64.deb";
hash = "sha256-Fg3zcl9loAypW3ca2ffBxi8+NQ09kdIFIXsEteGsoSs=";
hash = "sha256-BicdZFFU8MmBpkl6F0tf0aR0t4dfEI8QQS/gCBlye8w=";
};
x86_64-linux = {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-browser_${version}_amd64.deb";
hash = "sha256-Cf7My5mTkiZh5xMTinhmKnHPJWMX5QfijO7bEV6h6rU=";
hash = "sha256-RgJK9Q60hTBcxaA2B0UuwJrDtw1zqXnm/IZKiu1XcZg=";
};
aarch64-darwin = {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-v${version}-darwin-arm64.zip";
hash = "sha256-eEcRA7W+eUSg5+LXgTvs85VNIx+0ldCGRJCT3I6EgaI=";
hash = "sha256-gUuLnZU6JlvH7IQMhwSc947ybXls6GoCvVXo630qaxY=";
};
x86_64-darwin = {
url = "https://github.com/brave/brave-browser/releases/download/v${version}/brave-v${version}-darwin-x64.zip";
hash = "sha256-beFYyTS2GbJloYsJQISKDhF/zgXHPBetfJt1t2EzFfE=";
hash = "sha256-1mQow2Bqit6uINEc2SysiXJfx9lNYyT2evb7aZB6Un4=";
};
};

View File

@ -1,52 +1,28 @@
GEM
remote: https://rubygems.org/
specs:
logger (1.6.6)
logger (1.7.0)
mime (0.4.4)
mime-types (3.6.0)
mime-types (3.7.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2025.0304)
mime-types-data (~> 3.2025, >= 3.2025.0507)
mime-types-data (3.2025.0701)
mini_exiftool (2.14.0)
ostruct (>= 0.6.0)
pstore (>= 0.1.3)
mini_portile2 (2.8.8)
nokogiri (1.18.3)
mini_portile2 (2.8.9)
nokogiri (1.18.8)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.18.3-aarch64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.3-aarch64-linux-musl)
racc (~> 1.4)
nokogiri (1.18.3-arm-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.3-arm-linux-musl)
racc (~> 1.4)
nokogiri (1.18.3-arm64-darwin)
racc (~> 1.4)
nokogiri (1.18.3-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.18.3-x86_64-linux-gnu)
racc (~> 1.4)
nokogiri (1.18.3-x86_64-linux-musl)
racc (~> 1.4)
ostruct (0.6.1)
pstore (0.1.4)
ostruct (0.6.2)
pstore (0.2.0)
racc (1.8.1)
rexml (3.4.1)
rubyzip (2.4.1)
spider (0.5.4)
PLATFORMS
aarch64-linux-gnu
aarch64-linux-musl
arm-linux-gnu
arm-linux-musl
arm64-darwin
ruby
x86_64-darwin
x86_64-linux-gnu
x86_64-linux-musl
DEPENDENCIES
mime
@ -58,4 +34,4 @@ DEPENDENCIES
spider
BUNDLED WITH
2.6.2
2.6.9

View File

@ -4,10 +4,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "05s008w9vy7is3njblmavrbdzyrwwc1fsziffdr58w9pwqj8sqfx";
sha256 = "00q2zznygpbls8asz5knjvvj2brr3ghmqxgr83xnrdj4rk3xwvhr";
type = "gem";
};
version = "1.6.6";
version = "1.7.0";
};
mime = {
groups = [ "default" ];
@ -28,20 +28,20 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0r34mc3n7sxsbm9mzyzy8m3dvq7pwbryyc8m452axkj0g2axnwbg";
sha256 = "0mjyxl7c0xzyqdqa8r45hqg7jcw2prp3hkp39mdf223g4hfgdsyw";
type = "gem";
};
version = "3.6.0";
version = "3.7.0";
};
mime-types-data = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "15sh43bmq39sqa1q5l5wiazyim71m6jg572fgy5p0ba3h5c3inby";
sha256 = "0qg107qpl8gwmqjxcqiz37a3xmsgp503h9n74y8vyq0jj63gcz8w";
type = "gem";
};
version = "3.2025.0304";
version = "3.2025.0701";
};
mini_exiftool = {
dependencies = [
@ -62,10 +62,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0x8asxl83msn815lwmb2d7q5p29p7drhjv5va0byhk60v9n16iwf";
sha256 = "12f2830x7pq3kj0v8nz0zjvaw02sv01bqs1zwdrc04704kwcgmqc";
type = "gem";
};
version = "2.8.8";
version = "2.8.9";
};
nokogiri = {
dependencies = [
@ -76,30 +76,30 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0npx535cs8qc33n0lpbbwl0p9fi3a5bczn6ayqhxvknh9yqw77vb";
sha256 = "0rb306hbky6cxfyc8vrwpvl40fdapjvhsk62h08gg9wwbn3n8x4c";
type = "gem";
};
version = "1.18.3";
version = "1.18.8";
};
ostruct = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "05xqijcf80sza5pnlp1c8whdaay8x5dc13214ngh790zrizgp8q9";
sha256 = "1h6gazp5837xbz1aqvq9x0a5ffpw32nhvknn931a4074k6i04wvd";
type = "gem";
};
version = "0.6.1";
version = "0.6.2";
};
pstore = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "11mvc9s72fq7bl6h3f1rcng4ffa0nbjy1fr9wpshgzn4b9zznxm2";
sha256 = "1a3lrq8k62n8bazhxgdmjykni9wv0mcjks5vi1g274i3wblcgrfn";
type = "gem";
};
version = "0.1.4";
version = "0.2.0";
};
racc = {
groups = [ "default" ];

View File

@ -3,6 +3,7 @@
lib,
fetchFromGitHub,
bundlerEnv,
bundlerUpdateScript,
}:
let
@ -17,8 +18,8 @@ stdenv.mkDerivation rec {
src = fetchFromGitHub {
owner = "digininja";
repo = "CeWL";
rev = version;
sha256 = "sha256-5LTZUr3OMeu1NODhIgBiVqtQnUWYfZTm73q61vT3rXc=";
tag = version;
hash = "sha256-5LTZUr3OMeu1NODhIgBiVqtQnUWYfZTm73q61vT3rXc=";
};
buildInputs = [ rubyEnv.wrappedRuby ];
@ -29,10 +30,12 @@ stdenv.mkDerivation rec {
mv $out/bin/cewl.rb $out/bin/cewl
'';
meta = with lib; {
passthru.updateScript = bundlerUpdateScript "cewl";
meta = {
description = "Custom wordlist generator";
mainProgram = "cewl";
homepage = "https://digi.ninja/projects/cewl.php/";
license = licenses.gpl3Plus;
license = lib.licenses.gpl3Plus;
};
}

View File

@ -7,17 +7,17 @@
buildGoModule rec {
pname = "codeberg-pages";
version = "6.2.1";
version = "6.3";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "Codeberg";
repo = "pages-server";
rev = "v${version}";
hash = "sha256-kWEwKdm/GAUtsc4ZyCn7VJm9vVWDBOHJRer2FP1L/g0=";
hash = "sha256-5+4yKcXyKSg7Q2h7W3G6AYkIOmYA4D4DDjdLK57lwdw=";
};
vendorHash = "sha256-qGjcMZhwflYdwOrGS9EApkwVLLSolQBBIeU8AU/fT/I=";
vendorHash = "sha256-EefUX5MEQrJGtUbX/bINcMSJQjnnLzKQt04hENY8G2E=";
postPatch = ''
# disable httptest

View File

@ -51,7 +51,10 @@ buildGoModule rec {
wrapProgram $out/bin/colima \
--prefix PATH : ${
lib.makeBinPath [
lima
# Suppress warning on `colima start`: https://github.com/abiosoft/colima/issues/1333
(lima.override {
withAdditionalGuestAgents = true;
})
qemu
]
}

View File

@ -14,9 +14,9 @@ GEM
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
base64 (0.2.0)
benchmark (0.4.0)
bigdecimal (3.1.9)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.2.2)
cli-ui (1.5.1)
color (1.8)
coltrane (4.1.2)
@ -26,8 +26,8 @@ GEM
gambiarra (= 0.0.6)
paint (~> 2.0)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
drb (2.2.1)
connection_pool (2.5.3)
drb (2.2.3)
dry-core (0.9.1)
concurrent-ruby (~> 1.0)
zeitwerk (~> 2.6)
@ -41,7 +41,7 @@ GEM
thor (~> 1.1.0)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
logger (1.6.6)
logger (1.7.0)
minitest (5.25.5)
paint (2.3.0)
securerandom (0.4.1)
@ -49,7 +49,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.3)
zeitwerk (2.7.2)
zeitwerk (2.7.3)
PLATFORMS
ruby
@ -58,4 +58,4 @@ DEPENDENCIES
coltrane
BUNDLED WITH
2.6.2
2.6.9

View File

@ -28,30 +28,30 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "01qml0yilb9basf7is2614skjp8384h2pycfx86cr8023arfj98g";
sha256 = "0yx9yn47a8lkfcjmigk79fykxvr80r4m1i35q82sxzynpbm7lcr7";
type = "gem";
};
version = "0.2.0";
version = "0.3.0";
};
benchmark = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0jl71qcgamm96dzyqk695j24qszhcc7liw74qc83fpjljp2gh4hg";
sha256 = "1kicilpma5l0lwayqjb5577bm0hbjndj2gh150xz09xsgc1l1vyl";
type = "gem";
};
version = "0.4.0";
version = "0.4.1";
};
bigdecimal = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "1k6qzammv9r6b2cw3siasaik18i6wjc5m0gw5nfdc6jj64h79z1g";
sha256 = "1p2szbr4jdvmwaaj2kxlbv1rp0m6ycbgfyp0kjkkkswmniv5y21r";
type = "gem";
};
version = "3.1.9";
version = "3.2.2";
};
cli-ui = {
groups = [ "default" ];
@ -105,20 +105,20 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "1z7bag6zb2vwi7wp2bkdkmk7swkj6zfnbsnc949qq0wfsgw94fr3";
sha256 = "0nrhsk7b3sjqbyl1cah6ibf1kvi3v93a7wf4637d355hp614mmyg";
type = "gem";
};
version = "2.5.0";
version = "2.5.3";
};
drb = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0h5kbj9hvg5hb3c7l425zpds0vb42phvln2knab8nmazg2zp5m79";
sha256 = "0wrkl7yiix268s2md1h6wh91311w95ikd8fy8m5gx589npyxc00b";
type = "gem";
};
version = "2.2.1";
version = "2.2.3";
};
dry-core = {
dependencies = [
@ -189,10 +189,10 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "05s008w9vy7is3njblmavrbdzyrwwc1fsziffdr58w9pwqj8sqfx";
sha256 = "00q2zznygpbls8asz5knjvvj2brr3ghmqxgr83xnrdj4rk3xwvhr";
type = "gem";
};
version = "1.6.6";
version = "1.7.0";
};
minitest = {
groups = [ "default" ];
@ -260,9 +260,9 @@
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0ws6rpyj0y9iadjg1890dwnnbjfdbzxsv6r48zbj7f8yn5y0cbl4";
sha256 = "119ypabas886gd0n9kiid3q41w76gz60s8qmiak6pljpkd56ps5j";
type = "gem";
};
version = "2.7.2";
version = "2.7.3";
};
}

View File

@ -9,17 +9,17 @@ bundlerApp rec {
gemdir = ./.;
exes = [ "coltrane" ];
passthru.updateScript = bundlerUpdateScript pname;
passthru.updateScript = bundlerUpdateScript "coltrane";
meta = with lib; {
meta = {
homepage = "https://github.com/pedrozath/coltrane";
description = "Music calculation library/CLI";
longDescription = ''
coltrane allows to search for Notes, Chords, Scales for
guitar, bass, piano and ukelele
'';
license = licenses.mit;
maintainers = [ maintainers.panaeon ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ panaeon ];
mainProgram = "coltrane";
};
}

View File

@ -11,11 +11,11 @@
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "container";
version = "0.1.0";
version = "0.2.0";
src = fetchurl {
url = "https://github.com/apple/container/releases/download/${finalAttrs.version}/container-${finalAttrs.version}-installer-signed.pkg";
hash = "sha256-no+3kTlKb1NbN7YUdBMrU+vgpKNRwqjzo313RYBpfqE=";
hash = "sha256-aJEIy6IknBDvM7IOhnl/C4xnr7KJVggJJjmajqoHdsU=";
};
nativeBuildInputs = [

View File

@ -2,29 +2,31 @@
lib,
fetchFromGitHub,
crystal,
makeWrapper,
makeBinaryWrapper,
nix-prefetch-git,
}:
crystal.buildCrystalPackage rec {
pname = "crystal2nix";
version = "0.3.0";
version = "0.3.1";
src = fetchFromGitHub {
owner = "peterhoeg";
owner = "nix-community";
repo = "crystal2nix";
rev = "v${version}";
hash = "sha256-gb2vgKWVXwYWfUUcFvOLFF0qB4CTBekEllpyKduU1Mo=";
hash = "sha256-O8X2kTzl3LYMT97tVqbIZXDcFq24ZTfvd4yeMUhmBFs=";
};
format = "shards";
shardsFile = ./shards.nix;
nativeBuildInputs = [ makeWrapper ];
nativeBuildInputs = [ makeBinaryWrapper ];
postInstall = ''
wrapProgram $out/bin/crystal2nix \
mkdir -p $out/libexec
mv $out/bin/${meta.mainProgram} $out/libexec
makeWrapper $out/libexec/${meta.mainProgram} $out/bin/${meta.mainProgram} \
--prefix PATH : ${lib.makeBinPath [ nix-prefetch-git ]}
'';

View File

@ -1,12 +1,7 @@
{
spectator = {
"spectator" = {
url = "https://gitlab.com/arctic-fox/spectator.git";
rev = "v0.10.5";
sha256 = "1fgjz5vg59h4m25v4fjklimcdn62ngqbchm00kw1160ggjpgpzw2";
};
version_from_shard = {
url = "https://github.com/hugopl/version_from_shard.git";
rev = "v1.2.5";
sha256 = "0xizj0q4rd541rwjbx04cjifc2gfx4l5v6q2y7gmd0ndjmkgb8ik";
};
}

View File

@ -19,19 +19,19 @@ let
availableBinaries = {
x86_64-linux = {
platform = "linux-x64";
hash = "sha256-1W13AfXVRWTmDSRdsaPfSSJNlf59JXdI92tXBbYwdDI=";
hash = "sha256-VkKC4ifUEB+2SJWwUrff7t5Yh6j1d7O7o2T8WJtK4rc=";
};
aarch64-linux = {
platform = "linux-arm64";
hash = "sha256-rB0ak6jYnJMb0aHDLAyhaGoOFK4FXDLEOeofNdW/Wk8=";
hash = "sha256-zOM3mKwWzt42LP1c5pS/GIQOj35fTORYEwrLmsf46jw=";
};
aarch64-darwin = {
platform = "darwin-arm64";
hash = "sha256-L2rhtB/DIK7Qum2YNoWVBn4mf+DA3rbcBUfZEEa/C8c=";
hash = "sha256-z/HtHiOv/gAq+L4TpI3ibSTpDUGT6UV5uT1mMlbeFuA=";
};
x86_64-darwin = {
platform = "darwin-x64";
hash = "sha256-glJscAp0oHS1pqBt6fsQm0I5anl2HQ5YawIJuPG33II=";
hash = "sha256-g28b9fRsv+nsZ8TMFmp8b0K9kXnYpj+1s+vhaUHqG5E=";
};
};
inherit (stdenv.hostPlatform) system;
@ -41,7 +41,7 @@ let
in
stdenv.mkDerivation rec {
pname = "cypress";
version = "13.17.0";
version = "14.5.1";
src = fetchzip {
url = "https://cdn.cypress.io/desktop/${version}/${platform}/cypress.zip";
@ -135,6 +135,7 @@ stdenv.mkDerivation rec {
tweber
mmahut
Crafter
jonhermansen
];
};
}

View File

@ -1,7 +1,7 @@
{ mkDprintPlugin }:
mkDprintPlugin {
description = "Biome (JS/TS) wrapper plugin.";
hash = "sha256-+zY+myazFAUxeNuWFigkvF4zpKBs+jzVYQT09jRWFKI=";
hash = "sha256-QQ4FrQL64JJ/JJNWt6i5+2yqM15TXICcKGTqUDEWVVA=";
initConfig = {
configExcludes = [ "**/node_modules" ];
configKey = "biome";
@ -16,6 +16,6 @@ mkDprintPlugin {
};
pname = "dprint-plugin-biome";
updateUrl = "https://plugins.dprint.dev/dprint/biome/latest.json";
url = "https://plugins.dprint.dev/biome-0.7.1.wasm";
version = "0.7.1";
url = "https://plugins.dprint.dev/biome-0.9.0.wasm";
version = "0.9.0";
}

View File

@ -11,7 +11,7 @@
}:
let
version = "2.32.0";
version = "2.36.0";
pnpm = pnpm_9;
nodejs = nodejs_22;
@ -20,7 +20,7 @@ let
owner = "filebrowser";
repo = "filebrowser";
rev = "v${version}";
hash = "sha256-jckwk45pIRrlzZaG3jH8aLq08L5xnrbt4OdwKNS6+nI=";
hash = "sha256-t3e4DBxGc3KWeNyqZrQRtySfECc+/lSZJFtOXTUPNk8=";
};
frontend = stdenv.mkDerivation (finalAttrs: {
@ -37,7 +37,7 @@ let
pnpmDeps = pnpm.fetchDeps {
inherit (finalAttrs) pname version src;
sourceRoot = "${src.name}/frontend";
hash = "sha256-L3cKAp0vvLW5QPz6vYTtZwzuIN70EObU3SyJOlA0Ehc=";
hash = "sha256-vLOtVeGFeHXgQglvKsih4lj1uIs6wipwfo374viIq4I=";
};
installPhase = ''
@ -58,7 +58,7 @@ buildGo123Module {
pname = "filebrowser";
inherit version src;
vendorHash = "sha256-Jce90mvNzjElCtEMQSSU3IQPz+WLhyEol1ktW4FG7yk=";
vendorHash = "sha256-u5ybdo4Xe0ZIP90BymsdTxmCjoR4Mki+lYlp1wP+yrU=";
excludedPackages = [ "tools" ];

View File

@ -1,7 +1,7 @@
{
lib,
stdenv,
fetchFromGitHub,
fetchFromGitea,
alsa-lib,
copyDesktopItems,
wrapGAppsHook3,
@ -11,13 +11,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "free42";
version = "3.3.5";
version = "3.3.6";
src = fetchFromGitHub {
src = fetchFromGitea {
domain = "codeberg.org";
owner = "thomasokken";
repo = "free42";
tag = "v${finalAttrs.version}";
hash = "sha256-OJ9eECMMfUHLZqcbLRQnDrtqn6LJ0QL+j1WzF8WryiY=";
hash = "sha256-77A7YpoGLpzEU01c635DveybS5qvvC/sKdxmwV9HHAc=";
};
nativeBuildInputs = [
@ -94,7 +95,8 @@ stdenv.mkDerivation (finalAttrs: {
'';
meta = {
homepage = "https://github.com/thomasokken/free42";
homepage = "https://thomasokken.com/free42/";
changelog = "https://thomasokken.com/free42/history.html";
description = "Software clone of HP-42S Calculator";
license = with lib.licenses; [ gpl2Only ];
maintainers = with lib.maintainers; [ ];

View File

@ -10,16 +10,16 @@
buildGoModule rec {
pname = "gh";
version = "2.74.2";
version = "2.75.0";
src = fetchFromGitHub {
owner = "cli";
repo = "cli";
tag = "v${version}";
hash = "sha256-6R5BU+snCkO0pwQalWG2cZ6PrfD8fVFXFqqJfVXRd8s=";
hash = "sha256-nxGCNwSC/vDETSRhwE4AY/wVysCFPPk9Y915gBLkjM8=";
};
vendorHash = "sha256-hliYyuA3gAzyHNwdGg1fygrKam6gNYC2qdvIIu5VOYM=";
vendorHash = "sha256-HbcMoQsvYf1ffQPpe7KQVF2vXv5eNiYFuknKPYIgn2U=";
nativeBuildInputs = [ installShellFiles ];

View File

@ -3,18 +3,18 @@
buildNpmPackage,
fetchFromGitHub,
runCommand,
hred,
jq,
binlore,
}:
buildNpmPackage rec {
buildNpmPackage (finalAttrs: {
pname = "hred";
version = "1.5.1";
src = fetchFromGitHub {
owner = "danburzo";
repo = "hred";
rev = "v${version}";
rev = "v${finalAttrs.version}";
hash = "sha256-+0+WQRI8rdIMbPN0eBUdsWUMWDCxZhTRLiFo1WRd2xc=";
};
@ -23,13 +23,15 @@ buildNpmPackage rec {
dontNpmBuild = true;
passthru.tests = {
simple = runCommand "${pname}-test" { } ''
simple = runCommand "hred-test" { } ''
set -e -o pipefail
echo '<i id="foo">bar</i>' | ${hred}/bin/hred 'i#foo { @id => id, @.textContent => text }' -c | ${jq}/bin/jq -c > $out
echo '<i id="foo">bar</i>' | ${finalAttrs.finalPackage}/bin/hred 'i#foo { @id => id, @.textContent => text }' -c | ${jq}/bin/jq -c > $out
[ "$(cat $out)" = '{"id":"foo","text":"bar"}' ]
'';
};
passthru.binlore.out = binlore.synthesize finalAttrs.finalPackage "execer cannot bin/hred";
meta = {
description = "Command-line tool to extract data from HTML";
mainProgram = "hred";
@ -37,4 +39,4 @@ buildNpmPackage rec {
homepage = "https://github.com/danburzo/hred";
maintainers = with lib.maintainers; [ tejing ];
};
}
})

View File

@ -1,2 +1,2 @@
source 'https://rubygems.org'
gem 'iruby', "0.7.4"
gem 'iruby', "0.8.2"

View File

@ -10,18 +10,18 @@ GEM
io-console (0.6.0)
irb (1.7.4)
reline (>= 0.3.6)
iruby (0.7.4)
iruby (0.8.2)
data_uri (~> 0.1)
ffi-rzmq
irb
logger
mime-types (>= 3.3.1)
multi_json (~> 1.11)
native-package-installer
logger (1.7.0)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.0808)
multi_json (1.15.0)
native-package-installer (1.1.8)
reline (0.3.8)
io-console (~> 0.5)
@ -29,7 +29,7 @@ PLATFORMS
ruby
DEPENDENCIES
iruby (= 0.7.4)
iruby (= 0.8.2)
BUNDLED WITH
2.4.19
2.6.9

View File

@ -67,18 +67,28 @@
"data_uri"
"ffi-rzmq"
"irb"
"logger"
"mime-types"
"multi_json"
"native-package-installer"
];
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "0856ncjk7akm55gxcnhfmv426xsl4ryywdxrqbwgphwpqwm9w8fc";
sha256 = "11lb7flkqpaff303g6lj9vzdw9zc0s2qmz36a6i4x4qj559bz30n";
type = "gem";
};
version = "0.7.4";
version = "0.8.2";
};
logger = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "00q2zznygpbls8asz5knjvvj2brr3ghmqxgr83xnrdj4rk3xwvhr";
type = "gem";
};
version = "1.7.0";
};
mime-types = {
dependencies = [ "mime-types-data" ];
@ -111,16 +121,6 @@
};
version = "1.15.0";
};
native-package-installer = {
groups = [ "default" ];
platforms = [ ];
source = {
remotes = [ "https://rubygems.org" ];
sha256 = "004wx9xhcam92g1d4ybvrl1yqablm2svalyck9sq4igy9nwkz9nb";
type = "gem";
};
version = "1.1.8";
};
reline = {
dependencies = [ "io-console" ];
groups = [ "default" ];

View File

@ -29,6 +29,8 @@ let
};
};
passthru.updateScript = ./update.sh;
meta = {
description = "Ruby kernel for Jupyter";
homepage = "https://github.com/SciRuby/iruby";

View File

@ -1,6 +1,6 @@
{
lib,
flutter324,
flutter329,
fetchFromGitHub,
autoPatchelfHook,
webkitgtk_4_1,
@ -12,15 +12,15 @@
gitUpdater,
}:
flutter324.buildFlutterApplication rec {
flutter329.buildFlutterApplication rec {
pname = "jhentai";
version = "8.0.7";
version = "8.0.8+295";
src = fetchFromGitHub {
owner = "jiangtian616";
repo = "JHenTai";
tag = "v${version}";
hash = "sha256-+ZXLtlZ7YPD8CvraDHga4DsTyksFOx6QehdcmZIEFfw=";
hash = "sha256-GK+iceh/G3afLbhGXqXx5IwFHsQKoIQsf3ybogp9ZFo=";
};
pubspecLock = lib.importJSON ./pubspec.lock.json;

View File

@ -7,24 +7,24 @@
stdenv.mkDerivation rec {
pname = "juno";
version = "0.0.1";
version = "0.0.3";
srcs = [
(fetchurl {
url = "https://github.com/gvolpe/Juno/releases/download/${version}/Juno.tar.xz";
sha256 = "1cghsn9qagcf1nlga5cal0aqch6hkjm5wk6ja791zxhdqy3crx1i";
sha256 = "sha256-G/H5FZ6VSLHwtMtttRafvPFE2sd30FHbep/0i4dGfl8=";
})
(fetchurl {
url = "https://github.com/gvolpe/Juno/releases/download/${version}/Juno-mirage.tar.xz";
sha256 = "0zh6bc85svmwh8qrhpn8mim0pj322x2x2i9sxnp7p1938p5z5m2b";
sha256 = "sha256-VU8uNH6T9FyOWgIfsGCCihnX3uHfOy6dXsANWKRPQ1c=";
})
(fetchurl {
url = "https://github.com/gvolpe/Juno/releases/download/${version}/Juno-ocean.tar.xz";
sha256 = "0m2wgmcn12dfq5badzlpzjc8792ba9hi32c79vfvqawdn1q3hrdx";
sha256 = "sha256-OeMXR0nE9aUmwAGfOAfbNP2Rgvv1u/2vj3LKb88mD1s=";
})
(fetchurl {
url = "https://github.com/gvolpe/Juno/releases/download/${version}/Juno-palenight.tar.xz";
sha256 = "1hn2l0m76x61ixjd253hi7czm65asdjdhqvvlv7idbccc40pvrak";
sha256 = "sha256-DP3fKXYxUHpsw0msfPAZB3UtEa6CCOfqsabAmsmWq44=";
})
];

View File

@ -12,13 +12,13 @@
buildGoModule rec {
pname = "k9s";
version = "0.50.6";
version = "0.50.7";
src = fetchFromGitHub {
owner = "derailed";
repo = "k9s";
rev = "v${version}";
hash = "sha256-cL7OD9OtkVx325KcANU8FudcOk6HMct6ve2p0qSkEoc=";
hash = "sha256-K0JETHs2vOOfDUPw22x+2O5WN0rtkXsRxMnUHrCpkDg=";
};
ldflags = [
@ -33,7 +33,7 @@ buildGoModule rec {
proxyVendor = true;
vendorHash = "sha256-dATWFH5XKicdP8sftGGm2zopTef189MJWd9AM/Gxsjw=";
vendorHash = "sha256-6Xyvgy+V0vLCqMgkUR+n6M6wGs7eU78ckLCKF9WrI2w=";
# TODO investigate why some config tests are failing
doCheck = !(stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64);

View File

@ -7,18 +7,18 @@
buildGoModule (finalAttrs: {
pname = "lakectl";
version = "1.59.0";
version = "1.61.0";
src = fetchFromGitHub {
owner = "treeverse";
repo = "lakeFS";
tag = "v${finalAttrs.version}";
hash = "sha256-ygBpmPQD2gSVMsVL39TkHGpKIjdr0Wg8rjCUjEaQkWI=";
hash = "sha256-GABi7iFSZXpBzzJCKfloAfEva5Xnhyqbb52W/qri0s0=";
};
subPackages = [ "cmd/lakectl" ];
proxyVendor = true;
vendorHash = "sha256-U1V+JmUXtdSUXoIevCwjE3beCqWTl1Rt3jYUSkwvc0A=";
vendorHash = "sha256-y257czudc0kb4wNJkY/mI/tqcblJfFDAgAa812VPvno=";
ldflags = [
"-s"

View File

@ -12,17 +12,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "matrix-conduit";
version = "0.10.5";
version = "0.10.6";
src = fetchFromGitLab {
owner = "famedly";
repo = "conduit";
tag = "v${finalAttrs.version}";
hash = "sha256-N1cs9P63DXCjzKOBweCLrjzR9MiwXWpzx+al3TH1pqc=";
hash = "sha256-VefM22YY00yOJpk6S6RRoRDbOhTRZ7MfeZHzI0MCPKQ=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-hQfN6s2uisjOuH9lmZa6nsk1jldncMdRVT4hXM5+lps=";
cargoHash = "sha256-4Lf6OHWwpNMQGXHp5UFJjQlS/FpKq+pM5Lao+AVzwYs=";
# Conduit enables rusqlite's bundled feature by default, but we'd rather use our copy of SQLite.
preBuild = ''
@ -59,6 +59,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
pstn
SchweGELBin
];
mainProgram = "conduit";
};

View File

@ -10,4 +10,4 @@ DEPENDENCIES
matter_compiler
BUNDLED WITH
2.1.4
2.6.9

View File

@ -5,13 +5,13 @@
}:
python3Packages.buildPythonApplication rec {
pname = "mcp-proxy";
version = "0.8.0";
version = "0.8.2";
src = fetchFromGitHub {
owner = "sparfenyuk";
repo = "mcp-proxy";
tag = "v${version}";
hash = "sha256-3KGBQyiI6hbDfl37lhhnGYHixHYGsKAgTJH/PSe3UFs=";
hash = "sha256-3hNpUOWbyOUjLcvfcMzj4+xHyUl7k1ZSy8muWHvSEvM=";
};
pyproject = true;

View File

@ -9,21 +9,20 @@
buildGoModule rec {
pname = "mongodb-cli";
version = "2.0.3";
version = "2.0.4";
src = fetchFromGitHub {
owner = "mongodb";
repo = "mongodb-cli";
tag = "mongocli/v${version}";
sha256 = "sha256-vhx8dxTNngDBy+34e+Er7uqIAGJImJiPmwxZX+EwIG0=";
hash = "sha256-GykGYbKvNmCOh83gctCNAIHYauFmFs3YTdjnysFD5RE=";
};
vendorHash = "sha256-825S3jMwgZC3aInuahg6/jg4A9u/bKeie30MB9HexJY=";
nativeBuildInputs = [ installShellFiles ];
vendorHash = "sha256-wswI94EGJV6BHLu3z2ZgyNGOyczMUAOCtLFl+XI/LC0=";
subPackages = [ "cmd/mongocli" ];
nativeBuildInputs = [ installShellFiles ];
postInstall = lib.optionalString (stdenv.buildPlatform.canExecute stdenv.hostPlatform) ''
installShellCompletion --cmd mongocli \
--bash <($out/bin/mongocli completion bash) \
@ -31,10 +30,10 @@ buildGoModule rec {
--zsh <($out/bin/mongocli completion zsh)
'';
passthru.updateScript = nix-update-script { };
passthru.updateScript = nix-update-script { extraArgs = [ "--version-regex=mongocli/v(.+)" ]; };
meta = {
description = "MongoDB CLI enable you to manage your MongoDB via ops manager and cloud manager";
description = "Manage your MongoDB via ops manager and cloud manager";
homepage = "https://github.com/mongodb/mongodb-cli";
changelog = "https://www.mongodb.com/docs/mongocli/current/release-notes/#mongodb-cli-${version}";
license = lib.licenses.asl20;

View File

@ -33,18 +33,18 @@
}:
let
openrct2-version = "0.4.23";
openrct2-version = "0.4.24";
# Those versions MUST match the pinned versions within the CMakeLists.txt
# file. The REPLAYS repository from the CMakeLists.txt is not necessary.
objects-version = "1.6.1";
objects-version = "1.7.1";
openmsx-version = "1.6";
opensfx-version = "1.0.5";
title-sequences-version = "0.4.14";
objects = fetchurl {
url = "https://github.com/OpenRCT2/objects/releases/download/v${objects-version}/objects.zip";
hash = "sha256-aCkYZjDlLDMrakhH67k2xUmlIvytr49eXkV5xMkaRFA=";
hash = "sha256-Z5ussyDgEG9MrPxmGaSy4yKTb1W9qMFEdEa8Jtv+oZM=";
};
openmsx = fetchurl {
url = "https://github.com/OpenRCT2/OpenMusic/releases/download/v${openmsx-version}/openmusic.zip";
@ -67,7 +67,7 @@ stdenv.mkDerivation (finalAttrs: {
owner = "OpenRCT2";
repo = "OpenRCT2";
rev = "v${openrct2-version}";
hash = "sha256-vCnMVfRTF79oWsYorsI5/Mj7/P32G5uZMskW2SUSYlg=";
hash = "sha256-kGayrRCPahs1aQgM5dXeVuMf4tIwTxc8G0Z857fjCRI=";
};
nativeBuildInputs = [

View File

@ -14,17 +14,17 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "pixi";
version = "0.48.2";
version = "0.49.0";
src = fetchFromGitHub {
owner = "prefix-dev";
repo = "pixi";
tag = "v${finalAttrs.version}";
hash = "sha256-v6t3o6/GPgIh8bJ1EQ2KRYoBRpFFejRIG805EbLRjz8=";
hash = "sha256-BLzE2mhSCrVPhiECrEcOMB0+DC6KjTFBmuJmtpJ20bA=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-8aYYGySZAGcgPFPeCZ5Zx2UMkgJGKQEgCSTQ8HIh9G4=";
cargoHash = "sha256-bzOfIXT9QQE0CzVjOCMv7l9/MKNqazO7yxVmFOPKeEg=";
nativeBuildInputs = [
pkg-config

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "qdl";
version = "0-unstable-2025-03-19";
version = "0-unstable-2025-07-07";
src = fetchFromGitHub {
owner = "linux-msm";
repo = "qdl";
rev = "30ac3a8abcfb0825157185f11e595d0c7562c0df";
hash = "sha256-5ZV39whIm8qJIBLNdAsR2e8+f0jYjwE9dGNgh6ARPUY=";
rev = "cd3272350328185b1d4f7de08fdecf38f8fd31be";
hash = "sha256-Q4XcnBfr4wk2Kt0iLwF8niYoofg1YuXUehkg3G/gNOo=";
};
postPatch = ''

View File

@ -20,13 +20,13 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "readest";
version = "0.9.62";
version = "0.9.63";
src = fetchFromGitHub {
owner = "readest";
repo = "readest";
tag = "v${finalAttrs.version}";
hash = "sha256-DaDIx3AbW4JCiZrO4+dxAxue0vCaxbzAGEgKoERFK7g=";
hash = "sha256-xI3gKRbL4WtDDPT1lqjyVYquf7fVPWpPptv2/+1+J/A=";
fetchSubmodules = true;
};

File diff suppressed because it is too large Load Diff

View File

@ -19,7 +19,7 @@ buildNpmPackage rec {
cp ${./package-lock.json} ./package-lock.json
'';
npmDepsHash = "sha256-Vy3GQelssTqsGsvZqIdctsPlxZQkqrhN0p6AY1T2L/k=";
npmDepsHash = "sha256-k5/oTINK/G+wtuANAEDTai2mDNPYvsocUokIswuYrRM=";
dontNpmBuild = true;

View File

@ -39,13 +39,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "shadps4";
version = "0.9.0";
version = "0.10.0";
src = fetchFromGitHub {
owner = "shadps4-emu";
repo = "shadPS4";
tag = "v.${finalAttrs.version}";
hash = "sha256-ljnoClmijCds/ydqXaRuUL6/Qv/fGIkLyGsmfPDqvVo=";
hash = "sha256-0wvxvKw2XHhnXiM5DiiiY+nWPoze0fvNCJeTsKzoCn0=";
fetchSubmodules = true;
};

View File

@ -46,14 +46,14 @@ let
pname = "slack";
x86_64-darwin-version = "4.42.120";
x86_64-darwin-sha256 = "17sam5z3f1x75ay9vm34is64r18h26lr03qrdw5ajvcgdvdqyanp";
x86_64-darwin-version = "4.44.65";
x86_64-darwin-sha256 = "14y33ds3ncgxwlcb0gvi8pfxm7ppfipzalg63x5vnj05q9wn8lby";
x86_64-linux-version = "4.42.120";
x86_64-linux-sha256 = "1wmxd7z742z3xvq85293kwr99vvdvczv6q32l7mrm2vp9gjyr0pz";
x86_64-linux-version = "4.44.65";
x86_64-linux-sha256 = "ca6ce66685e5897db0b19a79275e9c244693ebaf64a6b2f12a79a2b442d5be47";
aarch64-darwin-version = "4.42.120";
aarch64-darwin-sha256 = "0cry2f2pwkyn6rhdh7q9lfxcibz6izlwfhif3pqjv8pishn21afp";
aarch64-darwin-version = "4.44.65";
aarch64-darwin-sha256 = "1gdvvz2dd06din31qparwhnghjcxmvrc2zll09b3lfhr11im7888";
version =
{

File diff suppressed because it is too large Load Diff

View File

@ -57,13 +57,13 @@ let
in
stdenv'.mkDerivation rec {
pname = "sunshine";
version = "2025.122.141614";
version = "2025.628.4510";
src = fetchFromGitHub {
owner = "LizardByte";
repo = "Sunshine";
tag = "v${version}";
hash = "sha256-rHf+lj5dycXA//fu3RPuimYz2hrJnoVt7GA2xuHGXJk=";
hash = "sha256-xNWFo6a4YrJ+tBFTSReoAEi1oZ4DSguBEusizWeWKYY=";
fetchSubmodules = true;
};
@ -71,7 +71,7 @@ stdenv'.mkDerivation rec {
ui = buildNpmPackage {
inherit src version;
pname = "sunshine-ui";
npmDepsHash = "sha256-sWCmx1dMEyRyuYeeuqAjHZLVnckskgQO4saFM64s4Y4=";
npmDepsHash = "sha256-kUixeLf8prsWQolg1v+vJ5rvwKZOsU+88+0hVOgTZ0A=";
# use generated package-lock.json as upstream does not provide one
postPatch = ''
@ -194,7 +194,7 @@ stdenv'.mkDerivation rec {
substituteInPlace cmake/targets/common.cmake \
--replace-fail 'find_program(NPM npm REQUIRED)' ""
substituteInPlace packaging/linux/sunshine.desktop \
substituteInPlace packaging/linux/dev.lizardbyte.app.Sunshine.desktop \
--subst-var-by PROJECT_NAME 'Sunshine' \
--subst-var-by PROJECT_DESCRIPTION 'Self-hosted game stream host for Moonlight' \
--subst-var-by SUNSHINE_DESKTOP_ICON 'sunshine' \
@ -230,7 +230,7 @@ stdenv'.mkDerivation rec {
'';
postInstall = ''
install -Dm644 ../packaging/linux/${pname}.desktop $out/share/applications/${pname}.desktop
install -Dm644 ../packaging/linux/dev.lizardbyte.app.Sunshine.desktop $out/share/applications/dev.lizardbyte.app.Sunshine.desktop
'';
doInstallCheck = true;

View File

@ -8,13 +8,13 @@
buildGoModule (finalAttrs: {
pname = "terragrunt";
version = "0.82.3";
version = "0.83.0";
src = fetchFromGitHub {
owner = "gruntwork-io";
repo = "terragrunt";
tag = "v${finalAttrs.version}";
hash = "sha256-qDzqJRjRcK0CIn1ARL+InnPtzRIqN/AIxPLE+J9pE1k=";
hash = "sha256-AvBWcl1F4dVpXsoaJTWKAkWp5IbzFtKgiloUvVFgtDM=";
};
nativeBuildInputs = [
@ -26,7 +26,7 @@ buildGoModule (finalAttrs: {
make generate-mocks
'';
vendorHash = "sha256-d8h/mdcqnL7wkg+ZqWt2ywSLD37Oddb8ub59XGEmSWk=";
vendorHash = "sha256-iSS19vUuXA6qqtZQbkJlXkTZtxikkypFdlmRwmM63+k=";
doCheck = false;

View File

@ -6,16 +6,16 @@
}:
buildGoModule (finalAttrs: {
pname = "tfsort";
version = "0.6.0";
version = "0.7.0";
src = fetchFromGitHub {
owner = "AlexNabokikh";
repo = "tfsort";
tag = "v${finalAttrs.version}";
hash = "sha256-UlI1/xcj/xlAgZPiqI9FiJL7JqjP/J00xQZvzXktbxc=";
hash = "sha256-4LB4A1zvurhaV18BqT3m6ltJJz/ny0Fd+a52pEREBSQ=";
};
vendorHash = "sha256-H3sdwIKJcOfExYKRafLaBMTyUArc7jTpoW5zynJLtAY=";
vendorHash = "sha256-SebYucVQTbIr3kCaCVejw3FEaw9wi2fBVT55yuZRn48=";
ldflags = [
"-s"

View File

@ -66,7 +66,7 @@
stdenv.mkDerivation rec {
pname = "vivaldi";
version = "7.4.3684.55";
version = "7.5.3735.47";
suffix =
{
@ -79,8 +79,8 @@ stdenv.mkDerivation rec {
url = "https://downloads.vivaldi.com/stable/vivaldi-stable_${version}-1_${suffix}.deb";
hash =
{
aarch64-linux = "sha256-nZGVmAtEBFm3+ELvR8/7TQl/WhnfPLDSKqrhSbwdsSA=";
x86_64-linux = "sha256-cXEpFa42Lq7BhZM2H7CwfJKJTzkhQfCQ0i4dbPRfdg8=";
aarch64-linux = "sha256-zkVGgQNZSu3Th8Se9uvj8OERwDxWG3m6+zz9Hv4TGIc=";
x86_64-linux = "sha256-uKHv4OEDZkbiGwEyYBl0/4ni2WmBz9NC/oKmYyiJgJ0=";
}
.${stdenv.hostPlatform.system} or (throw "Unsupported system: ${stdenv.hostPlatform.system}");
};

View File

@ -10,4 +10,4 @@ DEPENDENCIES
wayback_machine_downloader
BUNDLED WITH
2.3.6
2.6.9

View File

@ -18,13 +18,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wealthfolio";
version = "1.1.4";
version = "1.1.5";
src = fetchFromGitHub {
owner = "afadil";
repo = "wealthfolio";
rev = "v${finalAttrs.version}";
hash = "sha256-NO+cqpEUc1A7Gk0jW5ycHgggYq3hlzf5jJIUTNQD5vA=";
hash = "sha256-w/NA8rOkJHCrxQc4VTt3q9iLlTlQHp3x23lpcZJj9sI=";
};
pnpmDeps = pnpm_9.fetchDeps {
@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
src
cargoRoot
;
hash = "sha256-3f3b4aWUewolUI3kWpKSywvlf5WBBiewHbGK0uzdyXY=";
hash = "sha256-FU02JpDc3VvFqwXTBzpBQM2RBp/BcdPlEg2iCvvskA8=";
};
nativeBuildInputs = [

View File

@ -2,7 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
flutter327,
flutter332,
keybinder3,
nodejs,
pnpm_9,
@ -22,13 +22,13 @@
}:
let
version = "2.0.0-beta.2";
version = "2.0.0-beta.3";
src = fetchFromGitHub {
owner = "Wox-launcher";
repo = "Wox";
tag = "v${version}";
hash = "sha256-PPB9eRXit89lwkLCN86+Un/msMqnFAulJxEGi+7Fa/c=";
hash = "sha256-z/fVRs5mflBhkeTazK9zg5WTYqDpqiXWEcNepEHg2k8=";
};
metaCommon = {
@ -38,7 +38,7 @@ let
maintainers = with lib.maintainers; [ emaryn ];
};
ui-flutter = flutter327.buildFlutterApplication {
ui-flutter = flutter332.buildFlutterApplication {
pname = "wox-ui-flutter";
inherit version src;
@ -153,7 +153,7 @@ buildGoModule {
--replace-fail "Exec=%s" "Exec=wox"
'';
vendorHash = "sha256-MKxMHABeKotErM+PEhWxeQmPcHH4jJSGWa8wzj42hoE=";
vendorHash = "sha256-PW8upRPhv4UDnXvI+0b61c4jKkTrxzFuobF7x+qxY74=";
proxyVendor = true;

View File

@ -4,31 +4,31 @@
"dependency": "transitive",
"description": {
"name": "archive",
"sha256": "cb6a278ef2dbb298455e1a713bda08524a175630ec643a242c399c932a0a1f7d",
"sha256": "2fde1607386ab523f7a36bb3e7edb43bd58e6edaf2ffb29d8a6d578b297fdbbd",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "3.6.1"
"version": "4.0.7"
},
"args": {
"dependency": "transitive",
"description": {
"name": "args",
"sha256": "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a",
"sha256": "d0481093c50b1da8910eb0bb301626d4d8eb7284aa739614d2b394ee09e3ea04",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "2.5.0"
"version": "2.7.0"
},
"async": {
"dependency": "transitive",
"description": {
"name": "async",
"sha256": "d2872f9c19731c2e5f10444b14686eb7cc85c76274bd6c16e1816bff9a3bab63",
"sha256": "758e6d74e971c3e5aceb4110bfd6698efc7f501675bcfe0c775459a8140750eb",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "2.12.0"
"version": "2.13.0"
},
"autotrie": {
"dependency": "transitive",
@ -64,11 +64,11 @@
"dependency": "transitive",
"description": {
"name": "charcode",
"sha256": "fb98c0f6d12c920a02ee2d998da788bca066ca5f148492b7085ee23372b12306",
"sha256": "fb0f1107cac15a5ea6ef0a6ef71a807b9e4267c713bb93e00e92d737cc8dbd8a",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.3.1"
"version": "1.4.0"
},
"chinese_font_library": {
"dependency": "direct main",
@ -104,11 +104,11 @@
"dependency": "transitive",
"description": {
"name": "convert",
"sha256": "0f08b14755d163f6e2134cb58222dd25ea2a2ee8a195e53983d57c075324d592",
"sha256": "b30acd5944035672bc15c6b7a8b47d773e41e2f17de064350988c5d02adb1c68",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "3.1.1"
"version": "3.1.2"
},
"cross_file": {
"dependency": "transitive",
@ -124,11 +124,11 @@
"dependency": "transitive",
"description": {
"name": "crypto",
"sha256": "ec30d999af904f33454ba22ed9a86162b35e52b44ac4807d1d93c288041d7d27",
"sha256": "1e445881f28f22d6140f181e07737b22f1e099a5e1ff94b0af2f9e4a463f4855",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "3.0.5"
"version": "3.0.6"
},
"desktop_drop": {
"dependency": "direct main",
@ -144,121 +144,141 @@
"dependency": "transitive",
"description": {
"name": "device_info_plus",
"sha256": "a7fd703482b391a87d60b6061d04dfdeab07826b96f9abd8f5ed98068acc0074",
"sha256": "72d146c6d7098689ff5c5f66bcf593ac11efc530095385356e131070333e64da",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "10.1.2"
"version": "11.3.0"
},
"device_info_plus_platform_interface": {
"dependency": "transitive",
"description": {
"name": "device_info_plus_platform_interface",
"sha256": "282d3cf731045a2feb66abfe61bbc40870ae50a3ed10a4d3d217556c35c8c2ba",
"sha256": "0b04e02b30791224b31969eb1b50d723498f402971bff3630bca2ba839bd1ed2",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "7.0.1"
"version": "7.0.2"
},
"dio": {
"dependency": "direct main",
"description": {
"name": "dio",
"sha256": "5598aa796bbf4699afd5c67c0f5f6e2ed542afc956884b9cd58c306966efc260",
"sha256": "253a18bbd4851fecba42f7343a1df3a9a4c1d31a2c1b37e221086b4fa8c8dbc9",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "5.7.0"
"version": "5.8.0+1"
},
"dio_web_adapter": {
"dependency": "transitive",
"description": {
"name": "dio_web_adapter",
"sha256": "33259a9276d6cea88774a0000cfae0d861003497755969c92faa223108620dc8",
"sha256": "7586e476d70caecaf1686d21eee7247ea43ef5c345eab9e0cc3583ff13378d78",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "2.0.0"
"version": "2.1.1"
},
"dynamic_tabbar": {
"dependency": "direct main",
"description": {
"name": "dynamic_tabbar",
"sha256": "eade9b9855ef01e9e6293306353bcd8923c7a31695fe48c690af91d79eccdbbe",
"sha256": "017be3705f70e353e579b7a7d56bb19b5c112072b4532bc8bd68767c4a6fc3fe",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.0.8"
"version": "1.0.9"
},
"equatable": {
"dependency": "transitive",
"description": {
"name": "equatable",
"sha256": "c2b87cb7756efdf69892005af546c56c0b5037f54d2a88269b4f347a505e3ca2",
"sha256": "567c64b3cb4cf82397aac55f4f0cbd3ca20d77c6c03bedbc4ceaddc08904aef7",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "2.0.5"
"version": "2.0.7"
},
"extended_text_field": {
"dependency": "direct main",
"description": {
"name": "extended_text_field",
"sha256": "3996195c117c6beb734026a7bc0ba80d7e4e84e4edd4728caa544d8209ab4d7d",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "16.0.2"
},
"extended_text_library": {
"dependency": "transitive",
"description": {
"name": "extended_text_library",
"sha256": "13d99f8a10ead472d5e2cf4770d3d047203fe5054b152e9eb5dc692a71befbba",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "12.0.1"
},
"fake_async": {
"dependency": "transitive",
"description": {
"name": "fake_async",
"sha256": "6a95e56b2449df2273fd8c45a662d6947ce1ebb7aafe80e550a3f68297f3cacc",
"sha256": "5368f224a74523e8d2e7399ea1638b37aecfca824a3cc4dfdf77bf1fa905ac44",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.3.2"
"version": "1.3.3"
},
"ffi": {
"dependency": "transitive",
"description": {
"name": "ffi",
"sha256": "16ed7b077ef01ad6170a3d0c57caa4a112a38d7a2ed5602e0aca9ca6f3d98da6",
"sha256": "289279317b4b16eb2bb7e271abccd4bf84ec9bdcbe999e278a94b804f5630418",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "2.1.3"
"version": "2.1.4"
},
"file": {
"dependency": "transitive",
"description": {
"name": "file",
"sha256": "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c",
"sha256": "a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "7.0.0"
"version": "7.0.1"
},
"file_picker": {
"dependency": "direct main",
"description": {
"name": "file_picker",
"sha256": "167bb619cdddaa10ef2907609feb8a79c16dfa479d3afaf960f8e223f754bf12",
"sha256": "ab13ae8ef5580a411c458d6207b6774a6c237d77ac37011b13994879f68a8810",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "8.1.2"
"version": "8.3.7"
},
"fixnum": {
"dependency": "transitive",
"description": {
"name": "fixnum",
"sha256": "25517a4deb0c03aa0f32fd12db525856438902d9c16536311e76cdc57b31d7d1",
"sha256": "b6dc7065e46c974bc7c5f143080a6764ec7a4be6da1285ececdc37be96de53be",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.1.0"
"version": "1.1.1"
},
"fluent_ui": {
"dependency": "direct main",
"description": {
"name": "fluent_ui",
"sha256": "8e41dd62b321ec9a4a14cebe1dcb9144d7a32b9cef326332687c1da45d537540",
"sha256": "76c4ba700bb26ac9894b9c6b16cae40f36f78266b2281c995d814b01a7c75356",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "4.11.2"
"version": "4.11.5"
},
"flutter": {
"dependency": "direct main",
@ -280,11 +300,11 @@
"dependency": "direct main",
"description": {
"name": "flutter_code_editor",
"sha256": "505ad56dcc8a7be4b782c8113574571bc4b9723499b0c1f385b3e2c3fae11f5d",
"sha256": "18cc1200e7481fcf144bc970fdec4e75b83e3f523da60bbf55810a4e8dd6f5fb",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "0.3.2"
"version": "0.3.3"
},
"flutter_highlight": {
"dependency": "direct main",
@ -306,6 +326,86 @@
"source": "hosted",
"version": "0.1.6"
},
"flutter_inappwebview": {
"dependency": "direct main",
"description": {
"name": "flutter_inappwebview",
"sha256": "80092d13d3e29b6227e25b67973c67c7210bd5e35c4b747ca908e31eb71a46d5",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "6.1.5"
},
"flutter_inappwebview_android": {
"dependency": "transitive",
"description": {
"name": "flutter_inappwebview_android",
"sha256": "62557c15a5c2db5d195cb3892aab74fcaec266d7b86d59a6f0027abd672cddba",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.1.3"
},
"flutter_inappwebview_internal_annotations": {
"dependency": "transitive",
"description": {
"name": "flutter_inappwebview_internal_annotations",
"sha256": "787171d43f8af67864740b6f04166c13190aa74a1468a1f1f1e9ee5b90c359cd",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.2.0"
},
"flutter_inappwebview_ios": {
"dependency": "transitive",
"description": {
"name": "flutter_inappwebview_ios",
"sha256": "5818cf9b26cf0cbb0f62ff50772217d41ea8d3d9cc00279c45f8aabaa1b4025d",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.1.2"
},
"flutter_inappwebview_macos": {
"dependency": "transitive",
"description": {
"name": "flutter_inappwebview_macos",
"sha256": "c1fbb86af1a3738e3541364d7d1866315ffb0468a1a77e34198c9be571287da1",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.1.2"
},
"flutter_inappwebview_platform_interface": {
"dependency": "transitive",
"description": {
"name": "flutter_inappwebview_platform_interface",
"sha256": "cf5323e194096b6ede7a1ca808c3e0a078e4b33cc3f6338977d75b4024ba2500",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.3.0+1"
},
"flutter_inappwebview_web": {
"dependency": "transitive",
"description": {
"name": "flutter_inappwebview_web",
"sha256": "55f89c83b0a0d3b7893306b3bb545ba4770a4df018204917148ebb42dc14a598",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.1.2"
},
"flutter_inappwebview_windows": {
"dependency": "transitive",
"description": {
"name": "flutter_inappwebview_windows",
"sha256": "8b4d3a46078a2cdc636c4a3d10d10f2a16882f6be607962dbfff8874d1642055",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "0.6.0"
},
"flutter_lints": {
"dependency": "direct dev",
"description": {
@ -322,35 +422,25 @@
"source": "sdk",
"version": "0.0.0"
},
"flutter_markdown": {
"dependency": "direct main",
"description": {
"name": "flutter_markdown",
"sha256": "a23c41ee57573e62fc2190a1f36a0480c4d90bde3a8a8d7126e5d5992fb53fb7",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "0.7.3+1"
},
"flutter_plugin_android_lifecycle": {
"dependency": "transitive",
"description": {
"name": "flutter_plugin_android_lifecycle",
"sha256": "9ee02950848f61c4129af3d6ec84a1cfc0e47931abc746b03e7a3bc3e8ff6eda",
"sha256": "f948e346c12f8d5480d2825e03de228d0eb8c3a737e4cdaa122267b89c022b5e",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "2.0.22"
"version": "2.0.28"
},
"flutter_svg": {
"dependency": "direct main",
"description": {
"name": "flutter_svg",
"sha256": "7b4ca6cf3304575fe9c8ec64813c8d02ee41d2afe60bcfe0678bcb5375d596a2",
"sha256": "d44bf546b13025ec7353091516f6881f1d4c633993cb109c3916c3a0159dadf1",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "2.0.10+1"
"version": "2.1.0"
},
"flutter_test": {
"dependency": "direct dev",
@ -388,11 +478,11 @@
"dependency": "direct main",
"description": {
"name": "get",
"sha256": "e4e7335ede17452b391ed3b2ede016545706c01a02292a6c97619705e7d2a85e",
"sha256": "c79eeb4339f1f3deffd9ec912f8a923834bec55f7b49c9e882b8fef2c139d425",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "4.6.6"
"version": "4.7.2"
},
"highlight": {
"dependency": "direct main",
@ -468,41 +558,31 @@
"dependency": "transitive",
"description": {
"name": "http",
"sha256": "b9c29a161230ee03d3ccf545097fccd9b87a5264228c5d348202e0f0c28f9010",
"sha256": "2c11f3f94c687ee9bad77c171151672986360b2b001d109814ee7140b2cf261b",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.2.2"
"version": "1.4.0"
},
"http_parser": {
"dependency": "transitive",
"description": {
"name": "http_parser",
"sha256": "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b",
"sha256": "178d74305e7866013777bab2c3d8726205dc5a4dd935297175b19a23a2e66571",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "4.0.2"
"version": "4.1.2"
},
"intl": {
"dependency": "transitive",
"description": {
"name": "intl",
"sha256": "d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf",
"sha256": "3df61194eb431efc39c4ceba583b95633a403f46c9fd341e550ce0bfa50e9aa5",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "0.19.0"
},
"js": {
"dependency": "transitive",
"description": {
"name": "js",
"sha256": "c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "0.7.1"
"version": "0.20.2"
},
"json_annotation": {
"dependency": "transitive",
@ -518,11 +598,11 @@
"dependency": "transitive",
"description": {
"name": "leak_tracker",
"sha256": "c35baad643ba394b40aac41080300150a4f08fd0fd6a10378f8f7c6bc161acec",
"sha256": "6bb818ecbdffe216e81182c2f0714a2e62b593f4a4f13098713ff1685dfb6ab0",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "10.0.8"
"version": "10.0.9"
},
"leak_tracker_flutter_testing": {
"dependency": "transitive",
@ -568,21 +648,21 @@
"dependency": "direct main",
"description": {
"name": "logger",
"sha256": "697d067c60c20999686a0add96cf6aba723b3aa1f83ecf806a8097231529ec32",
"sha256": "be4b23575aac7ebf01f225a241eb7f6b5641eeaf43c6a8613510fc2f8cf187d1",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "2.4.0"
"version": "2.5.0"
},
"lottie": {
"dependency": "direct main",
"description": {
"name": "lottie",
"sha256": "6a24ade5d3d918c306bb1c21a6b9a04aab0489d51a2582522eea820b4093b62b",
"sha256": "c5fa04a80a620066c15cf19cc44773e19e9b38e989ff23ea32e5903ef1015950",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "3.1.2"
"version": "3.3.1"
},
"lpinyin": {
"dependency": "direct main",
@ -598,21 +678,31 @@
"dependency": "transitive",
"description": {
"name": "macos_window_utils",
"sha256": "230be594d26f6dee92c5a1544f4242d25138a5bfb9f185b27f14de3949ef0be8",
"sha256": "997d84f148c0e5a2bdb93997425a4289432984b135646c3f6134c697ef82ce3e",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.5.0"
"version": "1.8.0"
},
"markdown": {
"dependency": "transitive",
"description": {
"name": "markdown",
"sha256": "ef2a1298144e3f985cc736b22e0ccdaf188b5b3970648f2d9dc13efd1d9df051",
"sha256": "935e23e1ff3bc02d390bad4d4be001208ee92cc217cb5b5a6c19bc14aaa318c1",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "7.2.2"
"version": "7.3.0"
},
"markdown_widget": {
"dependency": "direct main",
"description": {
"name": "markdown_widget",
"sha256": "b52c13d3ee4d0e60c812e15b0593f142a3b8a2003cde1babb271d001a1dbdc1c",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "2.3.2+8"
},
"matcher": {
"dependency": "transitive",
@ -638,11 +728,11 @@
"dependency": "transitive",
"description": {
"name": "math_expressions",
"sha256": "e32d803d758ace61cc6c4bdfed1226ff60a6a23646b35685670d28b5616139f8",
"sha256": "218dc65bed4726562bb31c53d8daa3cc824664b26fb72d77bc592757edf74ba0",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "2.6.0"
"version": "2.7.0"
},
"meta": {
"dependency": "transitive",
@ -678,41 +768,41 @@
"dependency": "transitive",
"description": {
"name": "path_parsing",
"sha256": "e3e67b1629e6f7e8100b367d3db6ba6af4b1f0bb80f64db18ef1fbabd2fa9ccf",
"sha256": "883402936929eac138ee0a45da5b0f2c80f89913e6dc3bf77eb65b84b409c6ca",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.0.1"
"version": "1.1.0"
},
"path_provider": {
"dependency": "direct main",
"description": {
"name": "path_provider",
"sha256": "fec0d61223fba3154d87759e3cc27fe2c8dc498f6386c6d6fc80d1afdd1bf378",
"sha256": "50c5dd5b6e1aaf6fb3a78b33f6aa3afca52bf903a8a5298f53101fdaee55bbcd",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "2.1.4"
"version": "2.1.5"
},
"path_provider_android": {
"dependency": "transitive",
"description": {
"name": "path_provider_android",
"sha256": "6f01f8e37ec30b07bc424b4deabac37cacb1bc7e2e515ad74486039918a37eb7",
"sha256": "d0d310befe2c8ab9e7f393288ccbb11b60c019c6b5afc21973eeee4dda2b35e9",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "2.2.10"
"version": "2.2.17"
},
"path_provider_foundation": {
"dependency": "transitive",
"description": {
"name": "path_provider_foundation",
"sha256": "f234384a3fdd67f989b4d54a5d73ca2a6c422fa55ae694381ae0f4375cd1ea16",
"sha256": "4843174df4d288f5e29185bd6e72a6fbdf5a4a4602717eed565497429f179942",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "2.4.0"
"version": "2.4.1"
},
"path_provider_linux": {
"dependency": "transitive",
@ -748,21 +838,21 @@
"dependency": "transitive",
"description": {
"name": "petitparser",
"sha256": "c15605cd28af66339f8eb6fbe0e541bfe2d1b72d5825efc6598f3e0a31b9ad27",
"sha256": "07c8f0b1913bcde1ff0d26e57ace2f3012ccbf2b204e070290dad3bb22797646",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "6.0.2"
"version": "6.1.0"
},
"platform": {
"dependency": "transitive",
"description": {
"name": "platform",
"sha256": "9b71283fc13df574056616011fb138fd3b793ea47cc509c189a6c3fa5f8a1a65",
"sha256": "5d6b1b0036a5f331ebc77c850ebc8506cbc1e9416c27e59b439f917a902a4984",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "3.1.5"
"version": "3.1.6"
},
"plugin_platform_interface": {
"dependency": "transitive",
@ -774,6 +864,16 @@
"source": "hosted",
"version": "2.1.8"
},
"posix": {
"dependency": "transitive",
"description": {
"name": "posix",
"sha256": "f0d7856b6ca1887cfa6d1d394056a296ae33489db914e365e2044fdada449e62",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "6.0.2"
},
"protocol_handler": {
"dependency": "direct main",
"description": {
@ -854,6 +954,16 @@
"source": "hosted",
"version": "0.5.0"
},
"scroll_to_index": {
"dependency": "transitive",
"description": {
"name": "scroll_to_index",
"sha256": "b707546e7500d9f070d63e5acf74fd437ec7eeeb68d3412ef7b0afada0b4f176",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "3.0.1"
},
"scrollable_positioned_list": {
"dependency": "transitive",
"description": {
@ -924,81 +1034,81 @@
"dependency": "transitive",
"description": {
"name": "syncfusion_flutter_core",
"sha256": "4347f4d2f5d89461df2c53e6fbf53aef38c7f05ed79b0760d935fb1ec836213b",
"sha256": "69fa2cccda6013770273fb726d03528c35d6ced00a28a7b21fae8c7d5c756a73",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "27.1.48"
"version": "29.2.5"
},
"syncfusion_flutter_pdf": {
"dependency": "transitive",
"description": {
"name": "syncfusion_flutter_pdf",
"sha256": "56958bce8ae9682a4d1dc38904993249d587217cb8de3b680616025b7066ebf9",
"sha256": "d6035c31119ae608aa12f367bff60f5b7a84e573daebff1dee26a064c7e56384",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "27.1.48"
"version": "29.2.5"
},
"syncfusion_flutter_pdfviewer": {
"dependency": "direct main",
"description": {
"name": "syncfusion_flutter_pdfviewer",
"sha256": "6d0b4baf7bf06131d33d36199ac604d3d4574be93634db87df561036dc9376c0",
"sha256": "d4702be3e6d1b4ebed85924eb1ea4fd4fc7e22127aecf5bac697416e85ae1f0a",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "27.1.48"
"version": "29.2.5"
},
"syncfusion_flutter_signaturepad": {
"dependency": "transitive",
"description": {
"name": "syncfusion_flutter_signaturepad",
"sha256": "5081d514c10ef67e10207ac57c66c8cced57c5ac5e16632b29a2e1df10a5dc2c",
"sha256": "b7f56757d2eb3d97d9f1d97afbb0b486a21f8c4e7e264bb182bd7904cae2e4b0",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "27.1.48"
"version": "29.2.5"
},
"syncfusion_pdfviewer_macos": {
"dependency": "transitive",
"description": {
"name": "syncfusion_pdfviewer_macos",
"sha256": "fc7dcc523ccdf072cf90252c71a04e24723a55cb156f311e1795a8869b7ab18e",
"sha256": "3a063fbdc5770e3a4ea1be3fa4e0aea94521fc2119a661999640fced899633e6",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "27.1.48"
"version": "29.2.5"
},
"syncfusion_pdfviewer_platform_interface": {
"dependency": "transitive",
"description": {
"name": "syncfusion_pdfviewer_platform_interface",
"sha256": "5bbcbfbbbdcbdef22d36d1a517c1a81b5f62493aa6eec84b27fad9c54ae4eddc",
"sha256": "ac9322a84b399bb551e9876d47cea766ddb4677e34e9a4edc6b6d7cfffc056d4",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "27.1.48"
"version": "29.2.5"
},
"syncfusion_pdfviewer_web": {
"dependency": "transitive",
"description": {
"name": "syncfusion_pdfviewer_web",
"sha256": "63db2df229b9ed97e10913e4e4524a222d2f3f1dc814bf71ece715295abdb060",
"sha256": "ff3d9c65a5ffa15b0930c5ebbe80a097d36532ea8729c41204ba18dea50b5781",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "27.1.48"
"version": "29.2.5"
},
"syncfusion_pdfviewer_windows": {
"dependency": "transitive",
"description": {
"name": "syncfusion_pdfviewer_windows",
"sha256": "7b895170ac17b7c9fd117d6569977a1cb1bfcbe64ab3fdad95d7bc430ccc924c",
"sha256": "bc5d6667cc249a4788d154d06539ea151089fc80ca893a0aa031723f97271042",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "27.1.48"
"version": "29.2.5"
},
"term_glyph": {
"dependency": "transitive",
@ -1034,11 +1144,11 @@
"dependency": "transitive",
"description": {
"name": "typed_data",
"sha256": "facc8d6582f16042dd49f2463ff1bd6e2c9ef9f3d5da3d9b087e244a7b564b3c",
"sha256": "f9049c039ebfeb4cf7a7104a675823cd72dba8297f264b6637062516699fa006",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.3.2"
"version": "1.4.0"
},
"uni_platform": {
"dependency": "transitive",
@ -1054,51 +1164,51 @@
"dependency": "direct main",
"description": {
"name": "url_launcher",
"sha256": "21b704ce5fa560ea9f3b525b43601c678728ba46725bab9b01187b4831377ed3",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "6.3.0"
},
"url_launcher_android": {
"dependency": "transitive",
"description": {
"name": "url_launcher_android",
"sha256": "e35a698ac302dd68e41f73250bd9517fe3ab5fa4f18fe4647a0872db61bacbab",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "6.3.10"
},
"url_launcher_ios": {
"dependency": "transitive",
"description": {
"name": "url_launcher_ios",
"sha256": "e43b677296fadce447e987a2f519dcf5f6d1e527dc35d01ffab4fff5b8a7063e",
"sha256": "9d06212b1362abc2f0f0d78e6f09f726608c74e3b9462e8368bb03314aa8d603",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "6.3.1"
},
"url_launcher_android": {
"dependency": "transitive",
"description": {
"name": "url_launcher_android",
"sha256": "8582d7f6fe14d2652b4c45c9b6c14c0b678c2af2d083a11b604caeba51930d79",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "6.3.16"
},
"url_launcher_ios": {
"dependency": "transitive",
"description": {
"name": "url_launcher_ios",
"sha256": "7f2022359d4c099eea7df3fdf739f7d3d3b9faf3166fb1dd390775176e0b76cb",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "6.3.3"
},
"url_launcher_linux": {
"dependency": "transitive",
"description": {
"name": "url_launcher_linux",
"sha256": "e2b9622b4007f97f504cd64c0128309dfb978ae66adbe944125ed9e1750f06af",
"sha256": "4e9ba368772369e3e08f231d2301b4ef72b9ff87c31192ef471b380ef29a4935",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "3.2.0"
"version": "3.2.1"
},
"url_launcher_macos": {
"dependency": "transitive",
"description": {
"name": "url_launcher_macos",
"sha256": "9a1a42d5d2d95400c795b2914c36fdcb525870c752569438e4ebb09a2b5d90de",
"sha256": "17ba2000b847f334f16626a574c702b196723af2a289e7a93ffcb79acff855c2",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "3.2.0"
"version": "3.2.2"
},
"url_launcher_platform_interface": {
"dependency": "transitive",
@ -1114,61 +1224,61 @@
"dependency": "transitive",
"description": {
"name": "url_launcher_web",
"sha256": "772638d3b34c779ede05ba3d38af34657a05ac55b06279ea6edd409e323dca8e",
"sha256": "4bd2b7b4dc4d4d0b94e5babfffbca8eac1a126c7f3d6ecbc1a11013faa3abba2",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "2.3.3"
"version": "2.4.1"
},
"url_launcher_windows": {
"dependency": "transitive",
"description": {
"name": "url_launcher_windows",
"sha256": "49c10f879746271804767cb45551ec5592cdab00ee105c06dddde1a98f73b185",
"sha256": "3284b6d2ac454cf34f114e1d3319866fdd1e19cdc329999057e44ffe936cfa77",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "3.1.2"
"version": "3.1.4"
},
"uuid": {
"dependency": "direct main",
"description": {
"name": "uuid",
"sha256": "f33d6bb662f0e4f79dcd7ada2e6170f3b3a2530c28fc41f49a411ddedd576a77",
"sha256": "a5be9ef6618a7ac1e964353ef476418026db906c4facdedaa299b7a2e71690ff",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "4.5.0"
"version": "4.5.1"
},
"vector_graphics": {
"dependency": "transitive",
"description": {
"name": "vector_graphics",
"sha256": "32c3c684e02f9bc0afb0ae0aa653337a2fe022e8ab064bcd7ffda27a74e288e3",
"sha256": "44cc7104ff32563122a929e4620cf3efd584194eec6d1d913eb5ba593dbcf6de",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.1.11+1"
"version": "1.1.18"
},
"vector_graphics_codec": {
"dependency": "transitive",
"description": {
"name": "vector_graphics_codec",
"sha256": "c86987475f162fadff579e7320c7ddda04cd2fdeffbe1129227a85d9ac9e03da",
"sha256": "99fd9fbd34d9f9a32efd7b6a6aae14125d8237b10403b422a6a6dfeac2806146",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.1.11+1"
"version": "1.1.13"
},
"vector_graphics_compiler": {
"dependency": "transitive",
"description": {
"name": "vector_graphics_compiler",
"sha256": "12faff3f73b1741a36ca7e31b292ddeb629af819ca9efe9953b70bd63fc8cd81",
"sha256": "1b4b9e706a10294258727674a340ae0d6e64a7231980f9f9a3d12e4b42407aad",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.1.11+1"
"version": "1.1.16"
},
"vector_math": {
"dependency": "transitive",
@ -1180,55 +1290,65 @@
"source": "hosted",
"version": "2.1.4"
},
"visibility_detector": {
"dependency": "transitive",
"description": {
"name": "visibility_detector",
"sha256": "dd5cc11e13494f432d15939c3aa8ae76844c42b723398643ce9addb88a5ed420",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "0.4.0+2"
},
"vm_service": {
"dependency": "transitive",
"description": {
"name": "vm_service",
"sha256": "0968250880a6c5fe7edc067ed0a13d4bae1577fe2771dcf3010d52c4a9d3ca14",
"sha256": "ddfa8d30d89985b96407efce8acbdd124701f96741f2d981ca860662f1c0dc02",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "14.3.1"
"version": "15.0.0"
},
"web": {
"dependency": "transitive",
"description": {
"name": "web",
"sha256": "d43c1d6b787bf0afad444700ae7f4db8827f701bc61c255ac8d328c6f4d52062",
"sha256": "868d88a33d8a87b18ffc05f9f030ba328ffefba92d6c127917a2ba740f9cfe4a",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.0.0"
"version": "1.1.1"
},
"web_socket": {
"dependency": "transitive",
"description": {
"name": "web_socket",
"sha256": "3c12d96c0c9a4eec095246debcea7b86c0324f22df69893d538fcc6f1b8cce83",
"sha256": "34d64019aa8e36bf9842ac014bb5d2f5586ca73df5e4d9bf5c936975cae6982c",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "0.1.6"
"version": "1.0.1"
},
"web_socket_channel": {
"dependency": "direct main",
"description": {
"name": "web_socket_channel",
"sha256": "9f187088ed104edd8662ca07af4b124465893caf063ba29758f97af57e61da8f",
"sha256": "d645757fb0f4773d602444000a8131ff5d48c9e47adfe9772652dd1a4f2d45c8",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "3.0.1"
"version": "3.0.3"
},
"win32": {
"dependency": "transitive",
"description": {
"name": "win32",
"sha256": "68d1e89a91ed61ad9c370f9f8b6effed9ae5e0ede22a270bdfa6daf79fc2290a",
"sha256": "329edf97fdd893e0f1e3b9e88d6a0e627128cc17cc316a8d67fda8f1451178ba",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "5.5.4"
"version": "5.13.0"
},
"win32_registry": {
"dependency": "transitive",
@ -1244,11 +1364,11 @@
"dependency": "transitive",
"description": {
"name": "xdg_directories",
"sha256": "faea9dee56b520b55a566385b84f2e8de55e7496104adada9962e0bd11bcff1d",
"sha256": "7a3f37b05d989967cdddcbb571f1ea834867ae2faa29725fd085180e0883aa15",
"url": "https://pub.dev"
},
"source": "hosted",
"version": "1.0.4"
"version": "1.1.0"
},
"xml": {
"dependency": "transitive",
@ -1262,7 +1382,7 @@
}
},
"sdks": {
"dart": ">=3.7.0-0 <4.0.0",
"dart": ">=3.7.0 <4.0.0",
"flutter": ">=3.27.0"
}
}

View File

@ -12,21 +12,21 @@
wrapGAppsHook3,
makeDesktopItem,
copyDesktopItems,
llvmPackages_19,
llvmPackages_20,
autoPatchelfHook,
unstableGitUpdater,
fetchFromGitHub,
}:
llvmPackages_19.stdenv.mkDerivation {
llvmPackages_20.stdenv.mkDerivation {
pname = "xenia-canary";
version = "0-unstable-2025-06-21";
version = "0-unstable-2025-07-07";
src = fetchFromGitHub {
owner = "xenia-canary";
repo = "xenia-canary";
fetchSubmodules = true;
rev = "fd1abfe6aa66b2348d9f93f8e5065def06b1a11d";
hash = "sha256-cxwawoCLE0E/HaELfI3FG4yhk4GRtjB9pCs9gkeM+uc=";
rev = "0aeac841b8354806f1c455402edb0815dfe9729e";
hash = "sha256-KgFwQSXj5s5WuFboFyKqQRHrzH3ENatqWp0WeHEJgRg=";
};
dontConfigure = true;

View File

@ -5,17 +5,17 @@
}:
rustPlatform.buildRustPackage (finalAttrs: {
pname = "zeekstd";
version = "0.3.0";
version = "0.4.0";
src = fetchFromGitHub {
owner = "rorosen";
repo = "zeekstd";
tag = "v${finalAttrs.version}-cli";
hash = "sha256-9sUo3RptvCtxmtV49+X09TrOH2t+zB/PCYmeYLWNeGU=";
hash = "sha256-ulbmqkayIyzt4Wcb5Qfm2jamuTFkqxt6jAvLedLn0k8=";
};
useFetchCargoVendor = true;
cargoHash = "sha256-ggEXjfv4PxVfD7poeFXeACMIMh0A7ar2sm2epY5TO1Y=";
cargoHash = "sha256-d4h2oAd+Posk8TzwNZVB6cSDN/wCIjPTanV9+8tf2iY=";
meta = {
description = "CLI tool that works with the zstd seekable format";

View File

@ -12,6 +12,7 @@
fftw,
curl,
gcc,
libsForQt5,
libXt,
qtbase,
qttools,
@ -51,6 +52,7 @@ mkDerivation rec {
cmake
pkg-config
qttools
libsForQt5.wrapQtAppsHook
] ++ lib.optionals useSCEL [ emacs ];
buildInputs = [

View File

@ -1,62 +0,0 @@
{
lib,
stdenv,
fetchurl,
kernel,
which,
}:
# Don't bother with older versions, though some might even work:
assert lib.versionAtLeast kernel.version "4.10";
let
release = "0.4.0";
revbump = "rev25"; # don't forget to change forum download id...
in
stdenv.mkDerivation rec {
name = "linux-phc-intel-${version}-${kernel.version}";
version = "${release}-${revbump}";
src = fetchurl {
sha256 = "1w91hpphd8i0br7g5qra26jdydqar45zqwq6jq8yyz6l0vb10zlz";
url = "http://www.linux-phc.org/forum/download/file.php?id=194";
name = "phc-intel-pack-${revbump}.tar.bz2";
};
nativeBuildInputs = [ which ] ++ kernel.moduleBuildDependencies;
hardeningDisable = [ "pic" ];
makeFlags = with kernel; [
"DESTDIR=$(out)"
"KERNELSRC=${dev}/lib/modules/${modDirVersion}/build"
];
configurePhase = ''
make $makeFlags brave
'';
enableParallelBuilding = false;
installPhase = ''
install -m 755 -d $out/lib/modules/${kernel.modDirVersion}/extra/
install -m 644 *.ko $out/lib/modules/${kernel.modDirVersion}/extra/
'';
meta = with lib; {
description = "Undervolting kernel driver for Intel processors";
longDescription = ''
PHC is a Linux kernel patch to undervolt processors. This can divide the
power consumption of the CPU by two or more, increasing battery life
while noticably reducing fan noise. This driver works only on supported
Intel architectures.
'';
homepage = "https://github.com/danielw86dev/phc-intel-dkms";
license = licenses.gpl2Plus;
platforms = [
"x86_64-linux"
"i686-linux"
];
broken = lib.versionAtLeast kernel.version "4.18";
};
}

View File

@ -20,8 +20,8 @@ let
in
buildMongoDB {
inherit avxSupport;
version = "6.0.23";
sha256 = "sha256-E87l73bA2i/wEPkzYBX70UptX7tWqBRyhb4fIyrwHZk=";
version = "6.0.24";
sha256 = "sha256-5Ip7uulbdb1rTzDWkPQjra035hA01bltPfvqnTm3tDw=";
patches = [
# Patches a bug that it couldn't build MongoDB 6.0 on gcc 13 because a include in ctype.h was missing
./fix-gcc-13-ctype-6_0.patch

View File

@ -3317,8 +3317,6 @@ with pkgs;
packages = config.ihaskell.packages or (_: [ ]);
};
iruby = callPackage ../applications/editors/jupyter-kernels/iruby { };
ilspycmd = callPackage ../development/tools/ilspycmd {
inherit (darwin) autoSignDarwinBinariesHook;
};
@ -4220,8 +4218,6 @@ with pkgs;
quota = if stdenv.hostPlatform.isLinux then linuxquota else unixtools.quota;
wayback_machine_downloader = callPackage ../applications/networking/wayback_machine_downloader { };
radeon-profile = libsForQt5.callPackage ../tools/misc/radeon-profile { };
rainbowstream = with python3.pkgs; toPythonApplication rainbowstream;
@ -7096,8 +7092,6 @@ with pkgs;
}
);
matter-compiler = callPackage ../development/compilers/matter-compiler { };
chromedriver = callPackage ../development/tools/selenium/chromedriver { };
chruby = callPackage ../development/tools/misc/chruby { rubies = null; };

View File

@ -587,12 +587,6 @@ in
perf = callPackage ../os-specific/linux/kernel/perf { };
phc-intel =
if lib.versionAtLeast kernel.version "4.10" then
callPackage ../os-specific/linux/phc-intel { }
else
null;
prl-tools = callPackage ../os-specific/linux/prl-tools { };
isgx = callPackage ../os-specific/linux/isgx { };
@ -721,6 +715,7 @@ in
system76-power = lib.warnOnInstantiate "kernelPackages.system76-power is now pkgs.system76-power" pkgs.system76-power; # Added 2024-10-16
system76-scheduler = lib.warnOnInstantiate "kernelPackages.system76-scheduler is now pkgs.system76-scheduler" pkgs.system76-scheduler; # Added 2024-10-16
tuxedo-keyboard = self.tuxedo-drivers; # Added 2024-09-28
phc-intel = throw "phc-intel drivers are no longer supported by any kernel >=4.17"; # added 2025-07-18
}
);