fix vendor hash

This commit is contained in:
Aaron Bieber 2022-12-25 06:23:37 -07:00
parent b11ef2e3a1
commit 8a147a8925
No known key found for this signature in database

View File

@ -16,11 +16,11 @@
in {
xintray = pkgs.buildGoModule {
pname = "xintray";
version = "v0.1.1";
version = "v0.1.2";
src = ./.;
vendorSha256 =
"sha256-mOxQCLD4kCJy4e4Uy+X7VNBYkoQjgOdQ1t5uQNB+ohA=";
"sha256-CQx15HqHqDLxbw66wv05efDZwJ4Xi8F6U866oUk3DvQ=";
proxyVendor = true;
nativeBuildInputs = with pkgs; [ pkg-config ];