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

Co-authored-by: blenderfreaky <blenderfreaky@mailbox.org>

authored by nixpkgs-merge-bot[bot] blenderfreaky and committed by GitHub da98619e f9b7d674

+3 -3
+3 -3
pkgs/by-name/ko/kopia-ui/package.nix
··· 10 kopia, 11 }: 12 let 13 - version = "0.20.1"; 14 src = fetchFromGitHub { 15 owner = "kopia"; 16 repo = "kopia"; 17 tag = "v${version}"; 18 - hash = "sha256-hKtrHv7MQjA/AQ/frjP2tPT6zqVPPGnBxYuhWtUgIl0="; 19 }; 20 in 21 buildNpmPackage { ··· 24 25 sourceRoot = "${src.name}/app"; 26 27 - npmDepsHash = "sha256-5gXM5aLsUsJhxbt6IKY4Sg4SBI9ATe248K1TyZThg/0="; 28 makeCacheWritable = true; 29 30 nativeBuildInputs = [
··· 10 kopia, 11 }: 12 let 13 + version = "0.21.0"; 14 src = fetchFromGitHub { 15 owner = "kopia"; 16 repo = "kopia"; 17 tag = "v${version}"; 18 + hash = "sha256-M4qI8CzIIeoUqCvi8wc7s2CItPFN+1scHdwACy9vw/4="; 19 }; 20 in 21 buildNpmPackage { ··· 24 25 sourceRoot = "${src.name}/app"; 26 27 + npmDepsHash = "sha256-IoPR3es5rHVOxITYCG5I3ETB/KKh5Ku8ftyR9uQH//8="; 28 makeCacheWritable = true; 29 30 nativeBuildInputs = [