incus-ui-canonical: 0.18.1 -> 0.18.2

+2 -2
+2 -2
pkgs/by-name/in/incus-ui-canonical/package.nix
··· 20 20 in 21 21 stdenv.mkDerivation rec { 22 22 pname = "incus-ui-canonical"; 23 - version = "0.18.1"; 23 + version = "0.18.2"; 24 24 25 25 src = fetchFromGitHub { 26 26 owner = "zabbly"; 27 27 repo = "incus-ui-canonical"; 28 28 # only use tags prefixed by incus- they are the tested fork versions 29 29 tag = "incus-${version}"; 30 - hash = "sha256-D3k9LJZIj4EmE79X5u7MITEKhcQKpL0Eslm4FQTaHg4="; 30 + hash = "sha256-MVhyKV3NGeChsLnoKw7mC9bAQRQ9Rpg8cIWkelNFXeg="; 31 31 }; 32 32 33 33 offlineCache = fetchYarnDeps {