Commit Graph

157 Commits

Author SHA1 Message Date
Berk D. Demir
82622efae7 _1password-gui: 8.12.30 -> 8.12.32 2026-08-12 20:22:24 +00:00
isabel
a74a0444a6 _1password-cli: 2.34.1 -> 2.38.1 (#551326) 2026-08-12 18:38:41 +00:00
whispers
c7404c9232 libappindicator-gtk3: make alias for libappindicator 2026-08-10 23:03:31 -04:00
Austin Horstman
8c280ec332 _1password-cli: 2.34.1 -> 2.38.1
Generated with the corrected update script.
2026-08-10 20:07:10 -05:00
Austin Horstman
b0879b5ee1 _1password-cli: restrict updater to stable releases
The release history can list beta releases before stable releases.
2026-08-10 20:07:10 -05:00
Berk D. Demir
ecaea0796c _1password-gui: 8.12.28 -> 8.12.30 2026-08-03 21:10:07 +00:00
R. Ryantm
d1b0abbadf _1password-gui-beta: 8.12.26-31.BETA -> 8.12.32-26.BETA 2026-08-02 12:41:13 +00:00
R. Ryantm
f0caeb8a63 _1password-gui: 8.12.26 -> 8.12.28 2026-07-18 11:01:39 +00:00
Emily
fdb820602b treewide: drop simple x86_64-darwin mentions
To reproduce:

    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: nix-x86_64-darwin
          language: nix
          rule:
            any:
              - pattern: "\"x86_64-darwin\""
                kind: list_expression > string_expression
              - pattern:
                  context: "{ \"x86_64-darwin\" = $EXPR; }"
                  selector: binding
              - pattern:
                  context: "{ x86_64-darwin = $EXPR; }"
                  selector: binding
          fix:
            template: ""
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-first-x86_64-darwin
          language: json
          rule:
            kind: object > pair:nth-child(1)
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandEnd: { regex: "," }
        ' pkgs
    $ nix run nixpkgs/3b32825de172d0bc85664f495edb096b10862524#ast-grep \
        -- scan --update-all --inline-rules '
          id: json-x86_64-darwin
          language: json
          rule:
            kind: object > pair
            has:
              pattern: "\"x86_64-darwin\""
              field: key
          fix:
            template: ""
            expandStart: { regex: "," }
        ' pkgs
    $ git restore pkgs/by-name/om/omnix/package.nix
    $ git diff --name-only -z \
        | nix shell nixpkgs/3b32825de172d0bc85664f495edb096b10862524#gnused \
            -c xargs -0 sed -i '/^$/N; /^\n\? \+$/d'
    $ treefmt
2026-07-15 03:58:16 +01:00
Marcin Serwin
a3d4ab706b _1oom: 1.11.8 -> 1.11.9, update source
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-07-10 19:06:30 +02:00
R. Ryantm
043f26c4dd _1password-gui: 8.12.24 -> 8.12.26 2026-06-30 16:24:04 +00:00
Berk D. Demir
6a15680cc5 _1password-gui-beta: 8.12.24-24.BETA -> 8.12.26-31.BETA 2026-06-18 22:10:13 +00:00
Berk D. Demir
e3225f5706 _1password-gui: 8.12.22 -> 8.12.24 2026-06-18 22:08:25 +00:00
R. Ryantm
b4b78294e4 _1password-cli: 2.34.0 -> 2.34.1 2026-06-11 18:15:03 +00:00
Berk D. Demir
dc3e800957 _1password-gui-beta: 8.12.22-16.BETA -> 8.12.24-24.BETA 2026-06-04 00:06:01 +00:00
Austin Horstman
993f0d9cf1 _1password-gui: update.sh - Linux version check and macOS beta handling improvements (#526473) 2026-06-03 02:21:13 +00:00
Berk D. Demir
1eff42335d _1password-gui: 8.12.21 -> 8.12.22 2026-06-02 15:11:47 -07:00
Berk D. Demir
679ea6f248 _1password-gui: update.sh - Use upstream's APT repo for version checks
Seemingly the upstream stopped updating their AUR[^1]. We were using
Repology for easy queries against this repo.

Switch to scraping upstream's APT repo.
Looks like they only distribute the amd64 binaries of _1password-gui
from their repo, as opposed to _1password-cli which ships both amd64 and
aarch64. We assume updates are releases for both architectures, at the
same time.

[^1] https://aur.archlinux.org/packages/1password
2026-05-31 12:25:04 -07:00
Berk D. Demir
e391e72ce8 _1password-gui: update.sh - simplify macOS Beta handling 2026-05-31 12:24:55 -07:00
Austin Horstman
4bc103221b _1password-gui: Upstream repackaged without changing versions, again (#525089) 2026-05-28 02:20:49 +00:00
Berk D. Demir
01245ea8c1 _1password-gui: Upstream repackaged without changing versions, again 2026-05-27 19:13:09 -07:00
Berk D. Demir
b44aa9a054 _1password-gui-beta: 8.12.22-15.BETA -> 8.12.22-16.BETA 2026-05-27 18:56:39 -07:00
Austin Horstman
042f8fe909 _1password-gui: Upstream repackaged without changing version (#523060) 2026-05-22 15:20:38 +00:00
Berk D. Demir
eb51daccea _1password-gui: Upstream repackaged without changing version
Update the hashes to unbreak the packages for linux and darwin.

Investigation at https://github.com/NixOS/nixpkgs/pull/522452#issuecomment-4519733688
2026-05-22 08:14:22 -07:00
Berk D. Demir
30a934559f _1password-gui-beta: 8.12.12-43.BETA -> 8.12.22-15.BETA 2026-05-21 14:48:48 -07:00
Berk D. Demir
b52a522f36 _1password-gui: 8.12.12 -> 8.12.21 2026-05-20 19:20:53 -07:00
Eman Resu
c4e70c2a59 various: remove nested lists in build inputs 2026-05-16 22:39:19 -04:00
Marcin Serwin
ab91f6c853 maintainers: drop sebtm
Signed-off-by: Marcin Serwin <marcin@serwin.dev>
2026-05-03 14:00:14 +02:00
Austin Horstman
66ec9fbccb 1password-gui: 8.12.8 -> 8.12.12 2026-04-27 13:12:48 -05:00
Leon Schwarzäugl
372ff84d1b _1password-gui-beta: 8.12.0-11.BETA -> 8.12.12-43.BETA 2026-04-23 19:19:57 +02:00
R. Ryantm
12ae701bbf _1password-cli: 2.33.1 -> 2.34.0 2026-04-20 15:27:54 +00:00
R. Ryantm
0b31055882 _1password-gui: 8.12.6 -> 8.12.8 2026-03-28 07:05:22 +00:00
R. Ryantm
eac3d9d368 _1password-cli: 2.33.0-beta.01 -> 2.33.1 2026-03-26 16:06:55 +00:00
Sav Tripodi
04950f9a79 _1password-cli: add maintainer savtrip 2026-03-24 11:46:04 +01:00
R. Ryantm
226f5940d0 _1password-gui: 8.12.5 -> 8.12.6 2026-03-11 09:07:55 +00:00
R. Ryantm
5b628f68a2 _1password-gui: 8.12.2 -> 8.12.5 2026-03-03 03:33:16 +00:00
R. Ryantm
a350c8ca54 _1oom: 1.11.7 -> 1.11.8 2026-02-19 10:22:19 +00:00
R. Ryantm
0953f55780 _1password-gui: 8.12.0 -> 8.12.2 2026-02-15 15:48:37 +00:00
Guy Chronister
4a7d2060b0 _1fps: migrate to finalAttrs 2026-02-12 08:28:04 -06:00
R. Ryantm
44d90fad32 _1password-cli: 2.32.0 -> 2.33.0-beta.01 2026-02-07 06:44:48 +00:00
quantenzitrone
43cdce2c39 various: rename references from libXrandr to libxrandr
this shouldn't create any rebuilds
2026-02-06 00:29:06 +01:00
quantenzitrone
543572a942 various: rename references from libXfixes to libxfixes
this shouldn't create any rebuilds
2026-02-06 00:25:40 +01:00
quantenzitrone
f67b5966bb various: rename references from libXext to libxext
this shouldn't create any rebuilds
2026-02-06 00:25:36 +01:00
quantenzitrone
e733896f5a various: rename references from libXdamage to libxdamage
this shouldn't create any rebuilds
2026-02-06 00:24:46 +01:00
quantenzitrone
a8971fc387 various: rename references from libXcomposite to libxcomposite
this shouldn't create any rebuilds
2026-02-06 00:24:45 +01:00
quantenzitrone
55280fa564 various: rename references from libX11 to libx11
this shouldn't create any rebuilds
2026-02-06 00:24:34 +01:00
quantenzitrone
7d8132a92c treewide: remove references to the xorg namespace in pkgs (automated)
this creates some eval errors that will be fixed in the next commit

done with the following script:

```fish
\#!/usr/bin/env fish

set packagesjson (nix eval --impure --json --expr '
let
  lib = import ./lib;
in
import pkgs/servers/x11/xorg/default.nix (lib.mapAttrs (
  name: _:
  if name == "lib" then
    lib
  else if name == "config" then
    { allowAliases = false; }
  else
    name
) (__functionArgs (import pkgs/servers/x11/xorg/default.nix))) { }
' | jq)

set one (grep '^    [A-Za-z0-9_-]*$' pkgs/servers/x11/xorg/default.nix | string trim | string replace -r '$' Z | sort | string sub -e -1)
set two (grep '^  [A-Za-z0-9_-]* = [A-Za-z0-9_-]*;$' pkgs/servers/x11/xorg/default.nix | cut -d= -f1 | string trim | string replace -r '$' Z | sort | string sub -e -1)

for arg in $one $two
    set oname $arg
    set nname (echo $packagesjson | jq -r .$oname)

    if test $nname = null
        echo (set_color red)warn:(set_color normal) unknown package xorg.$oname >&2
        continue
    end

    echo $oname "->" $nname

    # replace basic xorg.$name references
    for file in (rg -F "xorg.$oname" --files-with-matches pkgs)
        # special cases
        sd -F "$oname = xorg.$oname;" "$nname = $nname;" $file

        # replace
        sd -F "xorg.$oname" "$nname" $file

        # fixup function arguments

        # prevent duplicate function args
        if grep -E " ($oname|$nname),\$" $file >/dev/null
            continue
        end

        if grep 'xorg\..' $file >/dev/null # case1: there is more so we can't just remove the function arg

            if grep ' xorg,$' $file >/dev/null
                sd ' xorg,$' " xorg,
                $nname," $file

            else if grep ' xorg ? .*,$' $file >/dev/null
                sd 'xorg( ? .*),$' "xorg\$1,
                $nname," $file

            else
                sd -F 'xorg,' "$nname,
                xorg," $file
            end

        else # case there is no more xorg..* so we can just replace the function arg
            sd 'xorg(| ? .*),.*$' "$nname," $file
        end
    end
end

nix fmt
```
2026-01-25 22:28:09 +01:00
Austin Horstman
a9621eae34 _1password-gui: 8.11.22 -> 8.12.0
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-01-20 18:43:18 -06:00
R. Ryantm
3b3def57c0 _1password-gui-beta: 8.11.22-26.BETA -> 8.12.0-11.BETA 2026-01-20 14:00:23 +00:00
nixpkgs-ci[bot]
8cb008d129 Merge staging-next into staging 2025-12-13 18:06:28 +00:00