incus-ui-canonical: 0.19.0 -> 0.19.1

This commit is contained in:
Adam C. Stephens
2026-01-22 22:36:09 -05:00
parent e00b3fd6e6
commit 5e1b797a81
@@ -20,14 +20,14 @@ let
in
stdenv.mkDerivation rec {
pname = "incus-ui-canonical";
version = "0.19.0";
version = "0.19.1";
src = fetchFromGitHub {
owner = "zabbly";
repo = "incus-ui-canonical";
# only use tags prefixed by incus- they are the tested fork versions
tag = "incus-${version}";
hash = "sha256-d9L/6GtSBqa/H+KgK0iheNvS2BFazNWKGA94Lv99kr8=";
hash = "sha256-S/X/knSin3DRfpFGl4uvYtVJrozrBfiN8cfFH/RO10U=";
};
offlineCache = fetchYarnDeps {