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

jasper: 4.2.2 -> 4.2.3
This commit is contained in:
Weijia Wang 2024-04-06 02:09:55 +02:00 committed by GitHub
commit 3208fc2208
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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