Merge pull request #119118 from 06kellyjac/octant-desktop
octant-desktop: 0.18.0 -> 0.19.0
This commit is contained in:
commit
39682a21fe
@ -2,7 +2,7 @@
|
||||
|
||||
let
|
||||
pname = "octant-desktop";
|
||||
version = "0.18.0";
|
||||
version = "0.19.0";
|
||||
name = "${pname}-${version}";
|
||||
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
@ -15,8 +15,8 @@ let
|
||||
src = fetchurl {
|
||||
url = "https://github.com/vmware-tanzu/octant/releases/download/v${version}/Octant-${version}.${suffix}";
|
||||
sha256 = {
|
||||
x86_64-linux = "sha256-sQxplTJ3xfHELepx+t7FtMpPTxTDoqTAL8oUz4sLaW0=";
|
||||
x86_64-darwin = "sha256-ov9j+SgGXCwUjQaX3eCxVvPwPgUIwtHJ6Lmx2crOfIM=";
|
||||
x86_64-linux = "sha256-1XFb0zuyOy8XEUd9hoexItjq4assuWlWIzqw7pZxHx0=";
|
||||
x86_64-darwin = "sha256-e3v5BFX7wnx4sAQrOq+dBIDVPJYzQZKKvKjSX+dis2U=";
|
||||
}.${system};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user