incus-ui-canonical: 0.18.2 -> 0.18.3

This commit is contained in:
R. Ryantm
2025-11-02 09:02:56 +00:00
parent 6a8176d2a1
commit 74bd4f8bf2
@@ -20,14 +20,14 @@ let
in
stdenv.mkDerivation rec {
pname = "incus-ui-canonical";
version = "0.18.2";
version = "0.18.3";
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-MVhyKV3NGeChsLnoKw7mC9bAQRQ9Rpg8cIWkelNFXeg=";
hash = "sha256-0wKGPH+ffJ/S8FA46ve5SzyNZJ9C2fv8Psiqu8p6D0s=";
};
offlineCache = fetchYarnDeps {