kratos: 0.6.0-alpha.2 -> 0.7.1-alpha.1 (#132399)

This commit is contained in:
Vladyslav Burzakovskyy 2021-08-02 17:34:02 +03:00 committed by GitHub
parent 3d6bda9595
commit 72cffab613
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "kratos";
version = "0.6.0-alpha.2";
version = "0.7.1-alpha.1";
src = fetchFromGitHub {
owner = "ory";
repo = "kratos";
rev = "v${version}";
sha256 = "0zg6afzqi5fmr7hmy1cd7fknd1bcplz3h0f7z67l75v8k2n73md1";
sha256 = "0n0qjnwavr34g8b6vr000wgpbnmyq7n1grcy79cvzdrnc8jxkgxi";
};
vendorSha256 = "16qg44k97l6719hib8vbv0j15x6gvs9d6738d2y990a2qiqbsqpw";
vendorSha256 = "14x2flimhvd2wdkajvsm5bqbqikgirynzxs27mzlx0bvhliv247s";
subPackages = [ "." ];