diff options
| author | Fuwn <[email protected]> | 2024-10-09 04:01:12 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-09 04:01:12 -0700 |
| commit | 0216905258b228769f9423dec61bb4159e4abd20 (patch) | |
| tree | deca4cdb22647d68e8cf7daf7e6e44f25578001f /pkgs | |
| parent | ci: add cachix step (diff) | |
| download | tsutsumi-0216905258b228769f9423dec61bb4159e4abd20.tar.xz tsutsumi-0216905258b228769f9423dec61bb4159e4abd20.zip | |
pkgs(zen-browser-twilight-bin): bump
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/zen-browser-twilight-bin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/zen-browser-twilight-bin.nix b/pkgs/zen-browser-twilight-bin.nix index 237cd95..5c316a1 100644 --- a/pkgs/zen-browser-twilight-bin.nix +++ b/pkgs/zen-browser-twilight-bin.nix @@ -1,5 +1,5 @@ { pkgs, self }: import "${self}/lib/zen-browser-bin.nix" { version = "twilight"; - hash = "sha256-ATaq5InnBdQ3C8jdqdGNQ/RwJtpmbE5kPluVUQUjkJM="; + hash = "sha256-MAUJpJE3rqBcDAJqKwM8gCaRuAft32OvC75DSdctDHU="; } { inherit pkgs; } |