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
commit 63ba1c64e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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