incus-ui-canonical: 0.15.3 -> 0.15.4 (#415612)

This commit is contained in:
Adam C. Stephens
2025-06-10 12:38:22 -04:00
committed by GitHub
@@ -20,14 +20,14 @@ let
in
stdenv.mkDerivation rec {
pname = "incus-ui-canonical";
version = "0.15.3";
version = "0.15.4";
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-FsDdALcIXJFo0ScOA8YEzulefp8IfOSi2ZClrtcPo24=";
hash = "sha256-kY7FMZbwP5D5EJfYH1/ptgKdCceduk05fjVdwtOgUNk=";
};
offlineCache = fetchYarnDeps {