We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2895331 + 76fc7de commit ce3f301Copy full SHA for ce3f301
pkgs/by-name/in/incus-ui-canonical/package.nix
@@ -20,14 +20,14 @@ let
20
in
21
stdenv.mkDerivation rec {
22
pname = "incus-ui-canonical";
23
- version = "0.15.1";
+ version = "0.15.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-oXdkMalzAAcHEwca6h83cHH4buC/gGu5F3S82RM+IX4=";
+ hash = "sha256-jcdjbrQsBshpSogPkDO2DHYIyWmxEOJbFFG25X2mni0=";
31
};
32
33
offlineCache = fetchYarnDeps {
0 commit comments