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

jove: 4.17.3.6 -> 4.17.3.7
This commit is contained in:
Anderson Torres 2021-04-29 13:19:26 -03:00 committed by GitHub
commit 7140d6b36d
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.6";
version = "4.17.3.7";
src = fetchFromGitHub {
owner = "jonmacs";
repo = "jove";
rev = version;
sha256 = "sha256-uQRNKV06ipOHrOsvsceqIFGGlRv5qOQy18q0tFkR6Kg=";
sha256 = "sha256-fD87FIWZlfJE2tVX+0QaiGGqu+tJFHheXe1guJR/Hxg=";
};
nativeBuildInputs = [ makeWrapper ];