mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 20:28:21 +00:00
Merge pull request #330444 from r-ryantm/auto-update/resticprofile
resticprofile: 0.27.0 -> 0.27.1
This commit is contained in:
commit
2f6604d82a
@ -11,13 +11,13 @@
|
||||
|
||||
buildGoModule rec {
|
||||
pname = "resticprofile";
|
||||
version = "0.27.0";
|
||||
version = "0.27.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "creativeprojects";
|
||||
repo = "resticprofile";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-CUTDlSpP0ztr3sEKT0ppFnWx/bcVuY1oIKWJNZylDoM=";
|
||||
hash = "sha256-HHFeWsEO1KUzL5Y6Iwy7MylA//JYzY3h1EwKrUHfXpY=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user