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

jasper: 4.2.0 -> 4.2.1
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-02-26 13:09:33 +00:00 committed by GitHub
commit 29b480c0d4
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.2.0";
version = "4.2.1";
src = fetchFromGitHub {
owner = "jasper-software";
repo = "jasper";
rev = "version-${finalAttrs.version}";
hash = "sha256-aDeexQ+JmxRIjYAUH+x/J/Z847JasKWQNYYEpu78sHw=";
hash = "sha256-SE3zB+8zZuuT+W6QYTuQhM+dBgYuFzYK4a7QaquGB60=";
};
outputs = [ "out" "doc" "man" ];