incus-ui-canonical: 0.15.2 -> 0.15.3

https://github.com/zabbly/incus-ui-canonical/releases/tag/incus-0.15.3
This commit is contained in:
Adam C. Stephens
2025-04-25 17:08:19 -04:00
parent d2c13800de
commit 155a57de0c
@@ -20,14 +20,14 @@ let
in
stdenv.mkDerivation rec {
pname = "incus-ui-canonical";
version = "0.15.2";
version = "0.15.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-jcdjbrQsBshpSogPkDO2DHYIyWmxEOJbFFG25X2mni0=";
hash = "sha256-FsDdALcIXJFo0ScOA8YEzulefp8IfOSi2ZClrtcPo24=";
};
offlineCache = fetchYarnDeps {