Merge pull request #118976 from LeSuisse/jasper-2.0.28

jasper: 2.0.26 -> 2.0.28
This commit is contained in:
Anderson Torres 2021-04-11 11:59:46 -03:00 committed by GitHub
commit 39a4f17866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
stdenv.mkDerivation rec {
pname = "jasper";
version = "2.0.26";
version = "2.0.28";
src = fetchFromGitHub {
owner = "jasper-software";
repo = pname;
rev = "version-${version}";
hash = "sha256-zmoC8nIsQm2u2cSzu2prdyofo3JFNzJ1bjbIZ3YaAn4=";
hash = "sha256-f3UG5w8GbwZcsFBaQN6v8kdEkKIGgizcAgaVZtKwS78=";
};
nativeBuildInputs = [