ocelot-desktop: 1.14.1 -> 1.14.2 (#487222)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user