libinstpatch: 1.1.6 -> 1.1.7

This commit is contained in:
R. Ryantm 2025-05-20 13:47:39 +00:00
parent e3a5e6a22c
commit c13ed29fc3

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec {
pname = "libinstpatch";
version = "1.1.6";
version = "1.1.7";
src = fetchFromGitHub {
owner = "swami";
repo = "libinstpatch";
rev = "v${version}";
sha256 = "sha256-OU6/slrPDgzn9tvXZJKSWbcFbpS/EAsOi52FtjeYdvA=";
sha256 = "sha256-y3rmCQk3homgnWT/i/qhKJ6gRO8opMFnaC0T8d5UN48=";
};
nativeBuildInputs = [