Merge pull request #330444 from r-ryantm/auto-update/resticprofile

resticprofile: 0.27.0 -> 0.27.1

Changed files
+2 -2
pkgs
by-name
re
resticprofile
+2 -2
pkgs/by-name/re/resticprofile/package.nix
···
buildGoModule rec {
pname = "resticprofile";
-
version = "0.27.0";
src = fetchFromGitHub {
owner = "creativeprojects";
repo = "resticprofile";
rev = "refs/tags/v${version}";
-
hash = "sha256-CUTDlSpP0ztr3sEKT0ppFnWx/bcVuY1oIKWJNZylDoM=";
};
postPatch = ''
···
buildGoModule rec {
pname = "resticprofile";
+
version = "0.27.1";
src = fetchFromGitHub {
owner = "creativeprojects";
repo = "resticprofile";
rev = "refs/tags/v${version}";
+
hash = "sha256-HHFeWsEO1KUzL5Y6Iwy7MylA//JYzY3h1EwKrUHfXpY=";
};
postPatch = ''