libinstpatch: 1.1.6 -> 1.1.7 (#409079)

This commit is contained in:
Wolfgang Walther
2025-06-01 14:00:53 +00:00
committed by GitHub
+2 -2
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 = [