jasper: 4.0.1 -> 4.1.0

This commit is contained in:
R. Ryantm
2023-11-19 22:38:02 -03:00
committed by Anderson Torres
parent 26f28d434d
commit 3f21a22b5a
+2 -2
View File
@@ -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" ];