Skip to content

Commit

Permalink
flake: Update flake.lock (#478)
Browse files Browse the repository at this point in the history
* flake.lock: Update

Flake lock file updates:

• Updated input 'buildbot-nix':
    'github:nix-community/buildbot-nix/b657f0a25702d260c5a702919a8ad615d709b21b?narHash=sha256-L7uo4PKf4Odc4hl/d5QMpy5aXXkqATxCPKE7omgi%2Bn8%3D' (2025-01-09)
  → 'github:nix-community/buildbot-nix/eab66de3448a7dc78324ba45a00f2b91be58dc44?narHash=sha256-SLyigXgNQQsMiDFsQ%2BTuj2owj5ILyqRdbCWnm4h92zE%3D' (2025-01-23)
• Updated input 'buildbot-nix/flake-parts':
    'github:hercules-ci/flake-parts/f2f7418ce0ab4a5309a4596161d154cfc877af66?narHash=sha256-soePLBazJk0qQdDVhdbM98vYdssfs3WFedcq%2BraipRI%3D' (2025-01-01)
  → 'github:hercules-ci/flake-parts/b905f6fc23a9051a6e1b741e1438dbfc0634c6de?narHash=sha256-%2Bhu54pAoLDEZT9pjHlqL9DNzWz0NbUn8NEAHP7PQPzU%3D' (2025-01-06)
• Updated input 'buildbot-nix/hercules-ci-effects':
    'github:hercules-ci/hercules-ci-effects/f6233b5cfbada692d93a73d6ed35bdbfd0fdb9c4?narHash=sha256-cwk53OX1S1bCFY09zydubZNmmwcx9l5XEba8mVYuNE4%3D' (2025-01-01)
  → 'github:hercules-ci/hercules-ci-effects/afd0a42e8c61ebb56899315ee4084a8b2e4ff425?narHash=sha256-JTBWmyGf8K1Rwb%2BgviHIUzRJk/sITtT%2B72HXFkTZUjo%3D' (2025-01-15)
• Updated input 'buildbot-nix/treefmt-nix':
    'github:numtide/treefmt-nix/94ae23570d1c5baf710989fa1736eaea537fec27?narHash=sha256-heFL48rpDWjX95ZTnan1mHQ8CA/ziSsF5fWBpf87FJc%3D' (2025-01-05)
  → 'github:numtide/treefmt-nix/f2cc121df15418d028a59c9737d38e3a90fbaf8f?narHash=sha256-5An1wq5U8sNycOBBg3nsDDgpwBmR9liOpDGlhliA6Xo%3D' (2025-01-21)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/2f9e2f85cb14a46410a1399aa9ea7ecf433e422e?narHash=sha256-FWlPMUzp0lkQBdhKlPqtQdqmp%2B/C%2B1MBiEytaYfrCTY%3D' (2025-01-12)
  → 'github:NixOS/nixpkgs/5757bbb8bd7c0630a0cc4bb19c47e588db30b97c?narHash=sha256-3wFonKmNRWKq1himW9N3TllbeGIHFACI5vmLpk6moF8%3D' (2025-01-22)
• Updated input 'nixpkgs-stable':
    'github:NixOS/nixpkgs/1dab772dd4a68a7bba5d9460685547ff8e17d899?narHash=sha256-ibkQrMHxF/7TqAYcQE%2BtOnIsSEzXmMegzyBWza6uHKM%3D' (2025-01-10)
  → 'github:NixOS/nixpkgs/47addd76727f42d351590c905d9d1905ca895b82?narHash=sha256-6qY0pk2QmUtBT9Mywdvif0i/CLVgpCjMUn6g9vB%2Bf3M%3D' (2025-01-22)
• Updated input 'pre-commit-hooks':
    'github:cachix/pre-commit-hooks.nix/a5a961387e75ae44cc20f0a57ae463da5e959656?narHash=sha256-3FZAG%2BpGt3OElQjesCAWeMkQ7C/nB1oTHLRQ8ceP110%3D' (2025-01-03)
  → 'github:cachix/pre-commit-hooks.nix/9364dc02281ce2d37a1f55b6e51f7c0f65a75f17?narHash=sha256-R10v2hoJRLq8jcL4syVFag7nIGE7m13qO48wRIukWNg%3D' (2025-01-21)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/f214c1b76c347a4e9c8fb68c73d4293a6820d125?narHash=sha256-4P99yL8vGehwzytkpP87eklBePt6aqeEC5JFsIzhfUs%3D' (2025-01-10)
  → 'github:Mic92/sops-nix/015d461c16678fc02a2f405eb453abb509d4e1d4?narHash=sha256-j9IdflJwRtqo9WpM0OfAZml47eBblUHGNQTe62OUqTw%3D' (2025-01-20)

* atomic-browser: pin pnpm to pnpm_9

* helium: bump selenium to 4.28.0

* openfire: fix maven hash

* flake.lock: update

* taler-mdb: fix build

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Weijia Wang <[email protected]>
  • Loading branch information
3 people authored Jan 24, 2025
1 parent 6105761 commit 89b9577
Show file tree
Hide file tree
Showing 5 changed files with 76 additions and 28 deletions.
48 changes: 24 additions & 24 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion pkgs/by-name/atomic-browser/package.nix
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
{
stdenv,
nodejs,
pnpm,
pnpm_9,
lib,
atomic-server,
}:

let
pnpm = pnpm_9;
in
stdenv.mkDerivation rec {
pname = "atomic-browser";
inherit (atomic-server) version;
Expand Down
33 changes: 32 additions & 1 deletion pkgs/by-name/helium/package.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,43 @@
{
stdenv,
python3Packages,
python3,
lib,
fetchFromGitHub,
fetchpatch,
firefox,
geckodriver,
which,
}:

let
python =
let
packageOverrides = self: super: {
selenium = super.selenium.overridePythonAttrs (old: rec {
version = "4.28.0";
src = fetchFromGitHub {
owner = "SeleniumHQ";
repo = "selenium";
tag = "selenium-${version}" + lib.optionalString (lib.versions.patch version != "0") "-python";
hash = "sha256-b5xwuZ4lcwLbGhJuEmHYrFXoaTW/M0ABdK3dvbpj8oM=";
};
patches = [
(fetchpatch {
name = "dont-build-the-selenium-manager.patch";
url = "https://github.com/NixOS/nixpkgs/raw/6c4fd2e7e7db0ffbd2d2653e2b046cac925cbb70/pkgs/development/python-modules/selenium/dont-build-the-selenium-manager.patch";
hash = "sha256-zE3laXDuDliF8q2xol8ZpA/Q7tL0clAfKIXdiHimvNc=";
})
];
});
};
in
python3.override {
inherit packageOverrides;
self = python;
};

python3Packages = python.pkgs;
in
python3Packages.buildPythonPackage rec {
pname = "helium";
version = "5.1.0";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/openfire/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ maven.buildMavenPackage rec {
};

mvnJdk = jdk_headless;
mvnHash = "sha256-xweU+/U3BysJUvoAFZa5FZR5TRMlFUWvcrMGZyMsfDM=";
mvnHash = "sha256-ihCb40kjPMhxrA1BnXNfw1Rhn84aGEL4wGOCgfgv7XQ=";

# some deps require internet for tests
mvnParameters = "-Dmaven.test.skip";
Expand Down
15 changes: 14 additions & 1 deletion pkgs/by-name/taler-mdb/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,29 @@
qrencode,
}:

let
docs = fetchgit {
url = "https://git.taler.net/taler-docs.git";
rev = "b97d82f99dc32b0fdb7942dbb501603a2c86f8b1";
hash = "sha256-qyp/iHHGxE0A2UCSY+muyzUd0upuJeQK1OIaacsmrjs=";
};
in
stdenv.mkDerivation (finalAttrs: {
pname = "taler-mdb";
version = "0.14.1";

src = fetchgit {
url = "https://git.taler.net/taler-mdb.git";
rev = "v${finalAttrs.version}";
hash = "sha256-QiIiEHW9yfTP6A/+sBubioe9R1mxsOrzW/u12p2en4U=";
# fatal: repository 'https://git.taler.net/docs.git/' not found
fetchSubmodules = false;
hash = "sha256-+raX3O2RNaMsN7Wi6F0P/lccpLOtL13EU4Fpe9lCueA=";
};

postPatch = ''
cp -R ${docs}/* doc/prebuilt/
'';

nativeBuildInputs = [
autoreconfHook
pkg-config
Expand Down

0 comments on commit 89b9577

Please sign in to comment.