kopia-ui: 0.21.0 -> 0.21.1

This commit is contained in:
R. Ryantm 2025-07-27 10:18:53 +00:00
parent 286ea57c5e
commit b3d4d70170

View File

@ -10,12 +10,12 @@
kopia,
}:
let
version = "0.21.0";
version = "0.21.1";
src = fetchFromGitHub {
owner = "kopia";
repo = "kopia";
tag = "v${version}";
hash = "sha256-M4qI8CzIIeoUqCvi8wc7s2CItPFN+1scHdwACy9vw/4=";
hash = "sha256-0i8bKah3a7MrgzATysgFCsmDZxK9qH+4hmBMW+GR9/4=";
};
in
buildNpmPackage {