Merge pull request #187460 from majewsky/portunus-1.1.0

This commit is contained in:
Sandro 2022-08-19 19:32:32 +02:00 committed by GitHub
commit d148f6dedf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "portunus";
version = "1.1.0-beta.2";
version = "1.1.0";
src = fetchFromGitHub {
owner = "majewsky";
repo = "portunus";
rev = "v${version}";
sha256 = "sha256-hGOMbaEWecgQvpk/2E8mcJZ9QMjllIhS3RBr7PKnbjQ=";
sha256 = "sha256-+sq5Wja0tVkPZ0Z++K2A6my9LfLJ4twxtoEAS6LHqzE=";
};
vendorSha256 = null;