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 { stdenv.mkDerivation rec {
pname = "libinstpatch"; pname = "libinstpatch";
version = "1.1.6"; version = "1.1.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "swami"; owner = "swami";
repo = "libinstpatch"; repo = "libinstpatch";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-OU6/slrPDgzn9tvXZJKSWbcFbpS/EAsOi52FtjeYdvA="; sha256 = "sha256-y3rmCQk3homgnWT/i/qhKJ6gRO8opMFnaC0T8d5UN48=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [