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

jasper: 4.2.3 -> 4.2.4
This commit is contained in:
Nick Cao 2024-05-25 10:08:43 -04:00 committed by GitHub
commit 929d525727
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jasper";
version = "4.2.3";
version = "4.2.4";
src = fetchFromGitHub {
owner = "jasper-software";
repo = "jasper";
rev = "version-${finalAttrs.version}";
hash = "sha256-Hmmoe1lzUR1DBwgg30KGfsIDzSNe5shghaieEXX/am4=";
hash = "sha256-YliWVuNEtq/Rgra+WnorSOFoAYwYmPmPRv0r734FJ1c=";
};
outputs = [ "out" "dev" "doc" "lib" "man" ];