Merge pull request #294994 from wegank/jasper-outputs

jasper: 4.2.1 -> 4.2.2
This commit is contained in:
Fabián Heredia Montiel 2024-03-12 14:44:55 -06:00 committed by GitHub
commit 517d3b1f29
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,19 +14,16 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jasper";
version = "4.2.1";
version = "4.2.2";
src = fetchFromGitHub {
owner = "jasper-software";
repo = "jasper";
rev = "version-${finalAttrs.version}";
hash = "sha256-SE3zB+8zZuuT+W6QYTuQhM+dBgYuFzYK4a7QaquGB60=";
hash = "sha256-dcE9Cc+L/nLp/JCvYuGLRnkxL1i3dLIB9cSILWaZWn4=";
};
# Splitting outputs going bad on Darwin
outputs = if stdenv.isDarwin
then [ "out" ]
else [ "out" "dev" "doc" "lib" "man" ];
outputs = [ "out" "dev" "doc" "lib" "man" ];
nativeBuildInputs = [
cmake