libinstpatch: 1.1.6 -> 1.1.7

R. Ryantm c13ed29f e3a5e6a2

+2 -2
+2 -2
pkgs/by-name/li/libinstpatch/package.nix
··· 10 10 11 11 stdenv.mkDerivation rec { 12 12 pname = "libinstpatch"; 13 - version = "1.1.6"; 13 + version = "1.1.7"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "swami"; 17 17 repo = "libinstpatch"; 18 18 rev = "v${version}"; 19 - sha256 = "sha256-OU6/slrPDgzn9tvXZJKSWbcFbpS/EAsOi52FtjeYdvA="; 19 + sha256 = "sha256-y3rmCQk3homgnWT/i/qhKJ6gRO8opMFnaC0T8d5UN48="; 20 20 }; 21 21 22 22 nativeBuildInputs = [