incus-ui-canonical: 0.21.3 -> 0.21.4

This commit is contained in:
Tom Herbers
2026-07-13 22:33:10 +02:00
parent e7a3ca8092
commit 971d6acbb0
@@ -20,14 +20,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "incus-ui-canonical";
version = "0.21.3";
version = "0.21.4";
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-fyeh7KX2Cvo2YmUNnmzeWkTGgGrJHhjbq39AmnwhgAs=";
hash = "sha256-EMf723WZKyVYDpvdmzjdp61rIZVsoj6gRMiMF323K/A=";
};
offlineCache = fetchYarnDeps {