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

Merge pull request #336397 from r-ryantm/auto-update/nstool

nstool: 1.9.0 -> 1.9.1
parents 37a1aa9d a8b5fb60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "nstool";
  version = "1.9.0";
  version = "1.9.1";

  src = fetchFromGitHub {
    owner = "jakcron";
    repo = "nstool";
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-NGuosc4Vwc4WA+b7mtn2WyJFPI4xfx/vJsd8S58js+U=";
    hash = "sha256-FF+USFL5Y6MkAKvfR05D/+L/XJSmkiSp9WLbF7Gg2V8=";
    fetchSubmodules = true;
  };