Commit 3f21a22b authored by R. RyanTM's avatar R. RyanTM Committed by Anderson Torres
Browse files

jasper: 4.0.1 -> 4.1.0

parent 26f28d43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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" ];