Unverified Commit 300f2d42 authored by Matthieu Coudron's avatar Matthieu Coudron Committed by GitHub
Browse files

kopia-ui: 0.22.2 -> 0.22.3 (#468458)

parents 82c3e334 290c35eb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@
  kopia,
}:
let
  version = "0.22.2";
  version = "0.22.3";
  src = fetchFromGitHub {
    owner = "kopia";
    repo = "kopia";
    tag = "v${version}";
    hash = "sha256-UtyOMXX6Q0fhlnSMmI5d+0BHGvoWkPZbcm9B6vWG05Y=";
    hash = "sha256-5oNam99Mij78snSO6jiGPYzeD68sXEBKM2dGQtTUrww=";
  };
in
buildNpmPackage {