incus-ui-canonical: 0.18.1 -> 0.18.2

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