ocelot-desktop: 1.14.1 -> 1.14.2 (#487222)

This commit is contained in:
Marcin Serwin 2026-03-06 19:58:41 +00:00 committed by GitHub
commit a892581fe9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;