File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
pkgs/by-name/in/incus-ui-canonical Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 2020in
2121stdenv . mkDerivation rec {
2222 pname = "incus-ui-canonical" ;
23- version = "0.14.7 " ;
23+ version = "0.15.0 " ;
2424
2525 src = fetchFromGitHub {
2626 owner = "zabbly" ;
2727 repo = "incus-ui-canonical" ;
28+ # only use tags prefixed by incus- they are the tested fork versions
2829 tag = "incus-${ version } " ;
29- hash = "sha256-O8dXTtpeFs2muwXHuNZsXjr15gWYlPmdjW4aQHwDBpY =" ;
30+ hash = "sha256-I0t2ShMkc/zYn7I6Vcd9A31ZAscY0D7cWAdF80NwRGg =" ;
3031 } ;
3132
3233 offlineCache = fetchYarnDeps {
3334 yarnLock = "${ src } /yarn.lock" ;
34- hash = "sha256-dkATFNjAPhrPbXhcJ/R4eIpcagKEwBSnRfLwqTPIe6c =" ;
35+ hash = "sha256-O7oEAjmCEmPpsO/rdkZVhUkxhFzhHpPRbmci3yRBA7g =" ;
3536 } ;
3637
3738 patchPhase = ''
You can’t perform that action at this time.
0 commit comments