Unverified Commit efde085d authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

fmd-server: 0.14.1 -> 0.14.2 (#507206)

parents 8faeccdc b350504f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,12 +17,12 @@ buildGoModule (
  in
  {
    pname = "fmd-server";
    version = "0.14.1";
    version = "0.14.2";
    src = fetchFromGitLab {
      owner = "fmd-foss";
      repo = "fmd-server";
      tag = "v${finalAttrs.version}";
      hash = "sha256-UmiYtriLC9qztv7nW+1tFpYv9I0NAOsApAJWP72OINg=";
      hash = "sha256-zAGwKOfPu7AEYhaDxx1P3EoA1K9p/f3Vwh7GrynqKho=";
    };

    pnpmDeps = fetchPnpmDeps {