From 35ba80b9cc3463f04b12cbbc2f7a5b66bb80a3cb Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 7 Dec 2025 10:31:52 -0600 Subject: [PATCH] bumped resticprofile version --- homeManagerModules/restic/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeManagerModules/restic/flake.nix b/homeManagerModules/restic/flake.nix index d3023b6..76bf511 100644 --- a/homeManagerModules/restic/flake.nix +++ b/homeManagerModules/restic/flake.nix @@ -14,7 +14,7 @@ resticprofilePkg = { pkgs, lib, ... }: pkgs.buildGoModule rec { pname = "resticprofile"; - version = "0.31.0"; + version = "0.32.0"; src = pkgs.fetchFromGitHub { owner = "creativeprojects"; repo = "resticprofile";