nstool: 1.9.1 -> 1.9.2

This commit is contained in:
R. Ryantm 2024-10-19 06:23:00 +00:00
parent fb0baa4a01
commit f46ab77bec

View File

@ -6,13 +6,13 @@
stdenv.mkDerivation (finalAttrs: { stdenv.mkDerivation (finalAttrs: {
pname = "nstool"; pname = "nstool";
version = "1.9.1"; version = "1.9.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "jakcron"; owner = "jakcron";
repo = "nstool"; repo = "nstool";
rev = "refs/tags/v${finalAttrs.version}"; rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-FF+USFL5Y6MkAKvfR05D/+L/XJSmkiSp9WLbF7Gg2V8="; hash = "sha256-az6AkBCO7Ew5jK/9qKQ65adwAKYf+H7QEvVI6LCXFS0=";
fetchSubmodules = true; fetchSubmodules = true;
}; };