Unverified Commit 8f831626 authored by Anderson Torres's avatar Anderson Torres Committed by GitHub
Browse files

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

jove: 4.17.4.8 -> 4.17.4.9
parents c8c8ac5c 0bbb3b7d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "jove";
  version = "4.17.4.8";
  version = "4.17.4.9";

  src = fetchFromGitHub {
    owner = "jonmacs";
    repo = "jove";
    rev = finalAttrs.version;
    sha256 = "sha256-/n/TgVqyG/WeK+/DZqFZCdkQR4SD5+YmljLlzAehMvw=";
    sha256 = "sha256-Lo5S3t4vewkpoihVdxa3yRrEzNWeNLHCZHXiLCxOH5o=";
  };

  nativeBuildInputs = [ makeWrapper ];