jasper: 3.0.0 -> 4.0.0

This commit is contained in:
Anderson Torres 2023-10-28 23:33:03 -03:00
parent 49c916fc34
commit 4cfe0bcee3

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "jasper";
version = "3.0.0";
version = "4.0.0";
src = fetchFromGitHub {
owner = "jasper-software";
repo = "jasper";
rev = "version-${finalAttrs.version}";
hash = "sha256-/lj1UFQ+73LyBA35G0r/HDPAQy0rTVZ0TxUjjzrJ7Cg=";
hash = "sha256-v/AFx40JWdbTCa008tDz/n9cXgpAkKv4rSiGJ8yx1YQ=";
};
nativeBuildInputs = [