resticprofile: 0.28.0 -> 0.29.1

This commit is contained in:
Bruno Bigras 2025-02-07 00:28:37 -05:00
parent 3588c602ae
commit 4081b09e7a

View File

@ -11,13 +11,13 @@
buildGo123Module rec {
pname = "resticprofile";
version = "0.28.0";
version = "0.29.1";
src = fetchFromGitHub {
owner = "creativeprojects";
repo = "resticprofile";
tag = "v${version}";
hash = "sha256-Ab+XesAw/GkNEGwAp1ERUlfDlI9Kxmd0UnS52v+nWIs=";
hash = "sha256-6s58rI+YMu6sCV8UsG9GOdF46Br3cMWIUqciVd2d4dY=";
};
postPatch = ''
@ -32,9 +32,10 @@ buildGo123Module rec {
'';
vendorHash = "sha256-LLFdVB4n07Sq/QH1C7rutdpzfhkJvM9lvRg5exyYixM=";
vendorHash = "sha256-N39zPGos5EYRXGylsHFSjJ4EcQ9jahBOGV8xn7fF7gc=";
ldflags = [
"-X main.version=${version}"
"-X main.commit=${src.rev}"
"-X main.date=unknown"
"-X main.builtBy=nixpkgs"