aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-23 07:37:43 +0000
committerFuwn <[email protected]>2024-09-23 07:37:43 +0000
commitd19e14a3e2bc885c64aaf4fab63e064abd096328 (patch)
treeebec24c389205868de22f130e94b903653699473 /flake.nix
parentfeat(rui): more home-manager and nixos-rebuild options (diff)
downloadrui-d19e14a3e2bc885c64aaf4fab63e064abd096328.tar.xz
rui-d19e14a3e2bc885c64aaf4fab63e064abd096328.zip
feat(rui): custom notifier support
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 4068882..d80f3d1 100644
--- a/flake.nix
+++ b/flake.nix
@@ -41,7 +41,7 @@
{
packages.default = pkgs.buildGoModule {
pname = "rui";
- version = "2024.09.22";
+ version = "2024.09.23";
src = pkgs.lib.cleanSource ./.;
vendorHash = "sha256-mN/QjzJ4eGfbW1H92cCKvC0wDhCR6IUes2HCZ5YBdPA=";