Unverified Commit 5d1542ce authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

nvs: 1.10.7 -> 1.11.0 (#468566)

parents 27596973 a2f64058
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@
}:
buildGoModule (finalAttrs: {
  pname = "nvs";
  version = "1.10.7";
  version = "1.11.0";

  src = fetchFromGitHub {
    owner = "y3owk1n";
    repo = "nvs";
    tag = "v${finalAttrs.version}";
    hash = "sha256-rmTSM4xoUn+Jk6nPPg2XQ094WFnUVzqdICjucNCwhZM=";
    hash = "sha256-G4wCNIgJX46ziS4S54U3Jlhrt3cLJhwoCHvrsrOrQw4=";
  };

  vendorHash = "sha256-l2FdnXA+vKVRekcIKt1R+MxppraTsmo0b/B7RNqnxjA=";