Compare commits

..

2 Commits

Author SHA1 Message Date
gitea actions a5326cad04 update zen browser to 1.19.3b 2026-03-19 06:20:27 +00:00
thomas 314fa8cd0e add bat to packages.nix
helium update / update-helium (push) Successful in 7s
zen browser update / update-zen-browser (push) Successful in 10s
handy update / update-handy (push) Successful in 11s
2026-03-17 16:20:47 +00:00
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -25,6 +25,7 @@
tmux
obs-studio
jjui
bat
];
};
}
+2 -2
View File
@@ -2,11 +2,11 @@
perSystem = {pkgs, ...}: {
packages.handy = pkgs.appimageTools.wrapType2 rec {
pname = "handy";
version = "0.7.11";
version = "0.7.10";
src = pkgs.fetchurl {
url = "https://github.com/cjpais/Handy/releases/download/v${version}/Handy_${version}_amd64.AppImage";
hash = "sha256-GHVCGx8wy8xjAMRQLAcr/y8n/r5rd+sbkSBFB9Aeb4k=";
hash = "sha256-vBOcXCCJr9D0u0h27nN4XLPPngx4m+toAfi6O6Fuojk=";
};
extraInstallCommands = let
+2 -2
View File
@@ -1,11 +1,11 @@
{lib, ...}: {
perSystem = {pkgs, ...}: let
pname = "zen-browser";
version = "1.19.2b";
version = "1.19.3b";
src = pkgs.fetchurl {
url = "https://github.com/zen-browser/desktop/releases/download/${version}/zen-x86_64.AppImage";
hash = "sha256-lDn7rIYDgmyUnc3PdIASXfpXBXASL6TEdzyZfT716cI=";
hash = "sha256-p00Irv2z6brDXMx3cr0234lOZZ2a7FmJMDzN494nzMw=";
};
appimageContents = pkgs.appimageTools.extract {inherit pname version src;};