opencloud: 3.2.1 -> 3.3.0
Diff: https://github.com/opencloud-eu/opencloud/compare/v3.2.1...v3.3.0 Changelog: https://github.com/opencloud-eu/opencloud/blob/v3.3.0/CHANGELOG.md
This commit is contained in:
parent
7bc4991713
commit
b068f626fd
@ -28,13 +28,13 @@ let
|
||||
in
|
||||
buildGoModule rec {
|
||||
pname = "opencloud";
|
||||
version = "3.2.1";
|
||||
version = "3.3.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "opencloud-eu";
|
||||
repo = "opencloud";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-8bVBkLzqQpSnNqCZzNxqglyd14FtaJvbrwCQDbwrn2Q=";
|
||||
hash = "sha256-ekOqKJxXTEClHfVZ5VDzKgEG3imK7ec/bnpqduL4LOQ=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user