kopia-ui: 0.22.2 -> 0.22.3

This commit is contained in:
blenderfreaky
2025-12-06 17:01:00 +01:00
parent f6ff61ae6e
commit 290c35eb28
+2 -2
View File
@@ -10,12 +10,12 @@
kopia,
}:
let
version = "0.22.2";
version = "0.22.3";
src = fetchFromGitHub {
owner = "kopia";
repo = "kopia";
tag = "v${version}";
hash = "sha256-UtyOMXX6Q0fhlnSMmI5d+0BHGvoWkPZbcm9B6vWG05Y=";
hash = "sha256-5oNam99Mij78snSO6jiGPYzeD68sXEBKM2dGQtTUrww=";
};
in
buildNpmPackage {