spyre: 1.2.4 -> 1.2.5

This commit is contained in:
Aaron Jheng 2023-07-01 09:34:23 +00:00
parent 54769c6fa1
commit cac6d289db
No known key found for this signature in database
GPG key ID: F6A547A869D050A3

View file

@ -7,16 +7,16 @@
buildGoModule rec { buildGoModule rec {
pname = "spyre"; pname = "spyre";
version = "1.2.4"; version = "1.2.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "spyre-project"; owner = "spyre-project";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-408UOY7kvukMYOVqQfpugk6Z+LNQV9XyfJirKyBRWd4="; hash = "sha256-wlGZTMCJE6Ki5/6R6J9EJP06/S125BNNd/jNPYGwKNw=";
}; };
vendorSha256 = "sha256-qZkt5WwicDXrExwMT0tCO+FZgClIHhrVtMR8xNsdAaQ="; vendorHash = "sha256-qZkt5WwicDXrExwMT0tCO+FZgClIHhrVtMR8xNsdAaQ=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config