mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 01:24:09 +01:00
ocelot-desktop: 1.14.1 -> 1.14.2 (#487222)
This commit is contained in:
commit
a892581fe9
1 changed files with 2 additions and 2 deletions
|
|
@ -29,14 +29,14 @@
|
|||
}:
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "ocelot-desktop";
|
||||
version = "1.14.1";
|
||||
version = "1.14.2";
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
# Cannot build from source because sbt/scala support is completely non-existent in nixpkgs
|
||||
src = fetchurl {
|
||||
url = "https://gitlab.com/api/v4/projects/9941848/packages/generic/ocelot-desktop/v${finalAttrs.version}/ocelot-desktop-v${finalAttrs.version}.jar";
|
||||
hash = "sha256-OO+fgb9PO72znb2sU0olxFf+YuWZvgZkWdszFPpMZg8=";
|
||||
hash = "sha256-ZnXFCcm/b4hXLUrL7QZmRYwEFksKkIGI8zDqfXB+uhc=";
|
||||
};
|
||||
|
||||
dontUnpack = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue