Unverified Commit ad4ce5d4 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #332116 from r-ryantm/auto-update/junest

junest: 7.4.8 -> 7.4.9
parents 13c2d454 311fada2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "junest";
  version = "7.4.8";
  version = "7.4.9";

  src = fetchFromGitHub {
    owner = "fsquillace";
    repo = "junest";
    rev = "refs/tags/${version}";
    hash = "sha256-9yrQ721fHUxXEZ0mh27SB8yoUH67ltOktUq3kr4qrBc=";
    hash = "sha256-iPZN4zPHRsOh5GjRUbeEQj7BYO2Ng93mNn8TvxpDN3Q=";
  };

  dontBuild = true;