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

Co-authored-by: blenderfreaky <blenderfreaky@mailbox.org>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-19 17:35:47 +00:00
committed by GitHub
co-authored by blenderfreaky
+3 -3
View File
@@ -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 = [