diff options
| author | Fuwn <[email protected]> | 2024-10-11 00:44:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-11 00:44:18 -0700 |
| commit | c07627fb63e3a396bd24c493338254ab3d587fc5 (patch) | |
| tree | 68b7c3fcae1656fa75942a2cda694a47a2f1fe88 /pkgs/zen-browser-twilight-bin.nix | |
| parent | feat(pkgs): bump zen-browser-bin to 1.0.1-a.8 (diff) | |
| download | tsutsumi-c07627fb63e3a396bd24c493338254ab3d587fc5.tar.xz tsutsumi-c07627fb63e3a396bd24c493338254ab3d587fc5.zip | |
feat(pkgs): bump zen-browser-twilight-bin
Diffstat (limited to 'pkgs/zen-browser-twilight-bin.nix')
| -rw-r--r-- | pkgs/zen-browser-twilight-bin.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/zen-browser-twilight-bin.nix b/pkgs/zen-browser-twilight-bin.nix index 7ae875a..590239b 100644 --- a/pkgs/zen-browser-twilight-bin.nix +++ b/pkgs/zen-browser-twilight-bin.nix @@ -4,7 +4,5 @@ yae, }: import "${self}/lib/zen-browser-bin.nix" { - inherit (yae.zen-browser-twilight-bin) sha256; - - version = "twilight"; + inherit (yae.zen-browser-bin) sha256 version; } { inherit pkgs; } |