Merge pull request #183395 from r-ryantm/auto-update/jove

jove: 4.17.3.7 -> 4.17.4.6
This commit is contained in:
Anderson Torres 2022-07-28 22:09:25 -03:00 committed by GitHub
commit a0d0a9a8c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "jove";
version = "4.17.3.7";
version = "4.17.4.6";
src = fetchFromGitHub {
owner = "jonmacs";
repo = "jove";
rev = version;
sha256 = "sha256-fD87FIWZlfJE2tVX+0QaiGGqu+tJFHheXe1guJR/Hxg=";
sha256 = "sha256-UCjqF0i43TSvtG5uxb2SA/F9oGBeo/WdEVJlrSSHV8g=";
};
nativeBuildInputs = [ makeWrapper ];