Skip to content

Commit ce3f301

Browse files
incus-ui-canonical: 0.15.1 -> 0.15.2 (#397305)
2 parents 2895331 + 76fc7de commit ce3f301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/in/incus-ui-canonical/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ let
2020
in
2121
stdenv.mkDerivation rec {
2222
pname = "incus-ui-canonical";
23-
version = "0.15.1";
23+
version = "0.15.2";
2424

2525
src = fetchFromGitHub {
2626
owner = "zabbly";
2727
repo = "incus-ui-canonical";
2828
# only use tags prefixed by incus- they are the tested fork versions
2929
tag = "incus-${version}";
30-
hash = "sha256-oXdkMalzAAcHEwca6h83cHH4buC/gGu5F3S82RM+IX4=";
30+
hash = "sha256-jcdjbrQsBshpSogPkDO2DHYIyWmxEOJbFFG25X2mni0=";
3131
};
3232

3333
offlineCache = fetchYarnDeps {

0 commit comments

Comments
 (0)