incus-ui-canonical: 0.19.6 -> 0.19.7

This commit is contained in:
R. Ryantm
2026-02-23 05:55:19 +00:00
parent 2d52ed7a32
commit 17953085c3
@@ -20,14 +20,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "incus-ui-canonical";
version = "0.19.6";
version = "0.19.7";
src = fetchFromGitHub {
owner = "zabbly";
repo = "incus-ui-canonical";
# only use tags prefixed by incus- they are the tested fork versions
tag = "incus-${finalAttrs.version}";
hash = "sha256-H7H4v+MmxK0vh3ekZIquVwGYcXo/VUR0GU3P+vTK2Mw=";
hash = "sha256-YMUGEHhfwDzasSZOqnlhb7zw5qG+LRlKhIHCuAztu2M=";
};
offlineCache = fetchYarnDeps {