bumped resticprofile version

This commit is contained in:
John Lancaster
2025-12-07 10:31:52 -06:00
parent 6cd0bf2f93
commit 35ba80b9cc

View File

@@ -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";