Skip to content

Commit

Permalink
jasper: 4.0.1 -> 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and AndersonTorres committed Nov 20, 2023
1 parent 26f28d4 commit 3f21a22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ja/jasper/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "jasper";
version = "4.0.1";
version = "4.1.0";

src = fetchFromGitHub {
owner = "jasper-software";
repo = "jasper";
rev = "version-${finalAttrs.version}";
hash = "sha256-IQBszOKou5Q1lgDy2LICHFmOKYJ3/djmuHGNalVHeBQ=";
hash = "sha256-u5380inzLmOT0v6emOtjU3pIEQqTmziAVz1R6QG77x0=";
};

outputs = [ "out" "doc" "man" ];
Expand Down

0 comments on commit 3f21a22

Please sign in to comment.