Merge pull request #286668 from r-ryantm/auto-update/jasper

jasper: 4.1.2 -> 4.2.0
This commit is contained in:
maxine 2024-02-19 19:07:17 +01:00 committed by GitHub
commit 454660d925
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jasper";
version = "4.1.2";
version = "4.2.0";
src = fetchFromGitHub {
owner = "jasper-software";
repo = "jasper";
rev = "version-${finalAttrs.version}";
hash = "sha256-tTgoRLthNLqRO8fDrmGHVCB9QXpmPmTr9uqSFwkIK+s=";
hash = "sha256-aDeexQ+JmxRIjYAUH+x/J/Z847JasKWQNYYEpu78sHw=";
};
outputs = [ "out" "doc" "man" ];