kopia-ui: 0.21.0 -> 0.21.1 (#428813)

Co-authored-by: blenderfreaky <blenderfreaky@mailbox.org>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-07-27 16:22:39 +00:00
committed by GitHub
co-authored by blenderfreaky
+2 -2
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 {