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

kopia-ui: 0.20.1 -> 0.21.0 (#426576)

parents f9b7d674 3bdd515c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -10,12 +10,12 @@
  kopia,
}:
let
  version = "0.20.1";
  version = "0.21.0";
  src = fetchFromGitHub {
    owner = "kopia";
    repo = "kopia";
    tag = "v${version}";
    hash = "sha256-hKtrHv7MQjA/AQ/frjP2tPT6zqVPPGnBxYuhWtUgIl0=";
    hash = "sha256-M4qI8CzIIeoUqCvi8wc7s2CItPFN+1scHdwACy9vw/4=";
  };
in
buildNpmPackage {
@@ -24,7 +24,7 @@ buildNpmPackage {

  sourceRoot = "${src.name}/app";

  npmDepsHash = "sha256-5gXM5aLsUsJhxbt6IKY4Sg4SBI9ATe248K1TyZThg/0=";
  npmDepsHash = "sha256-IoPR3es5rHVOxITYCG5I3ETB/KKh5Ku8ftyR9uQH//8=";
  makeCacheWritable = true;

  nativeBuildInputs = [