Unverified Commit 86c5343b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

geesefs: 0.43.5 -> 0.43.6 (#511858)

parents 28ff38d3 84159b68
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
}:

let
  version = "0.43.5";
  version = "0.43.6";
in
buildGoModule {
  pname = "geesefs";
@@ -15,12 +15,12 @@ buildGoModule {
    owner = "yandex-cloud";
    repo = "geesefs";
    rev = "v${version}";
    hash = "sha256-cfeL7fnxS+UFUlRVLiO09GHuEOvkiH5PkKcoH+jNRhY=";
    hash = "sha256-FZIq58Liew5v7SGnLWmFj7nB822FAgFyCVLE9+oN9BA=";
  };

  # hashes differ per architecture otherwise.
  proxyVendor = true;
  vendorHash = "sha256-p+shpYrPxYLXpW6A4a/5qM90KH+pcMCqZOPoYTE77f0=";
  vendorHash = "sha256-mvzt/pk+S7DRcU6T3fBBQw1uvluO/tfeFmONucMv7t8=";

  subPackages = [ "." ];