tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
libinstpatch: 1.1.6 -> 1.1.7
R. Ryantm
8 months ago
c13ed29f
e3a5e6a2
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
li
libinstpatch
package.nix
+2
-2
pkgs/by-name/li/libinstpatch/package.nix
···
10
11
stdenv.mkDerivation rec {
12
pname = "libinstpatch";
13
-
version = "1.1.6";
14
15
src = fetchFromGitHub {
16
owner = "swami";
17
repo = "libinstpatch";
18
rev = "v${version}";
19
-
sha256 = "sha256-OU6/slrPDgzn9tvXZJKSWbcFbpS/EAsOi52FtjeYdvA=";
20
};
21
22
nativeBuildInputs = [
···
10
11
stdenv.mkDerivation rec {
12
pname = "libinstpatch";
13
+
version = "1.1.7";
14
15
src = fetchFromGitHub {
16
owner = "swami";
17
repo = "libinstpatch";
18
rev = "v${version}";
19
+
sha256 = "sha256-y3rmCQk3homgnWT/i/qhKJ6gRO8opMFnaC0T8d5UN48=";
20
};
21
22
nativeBuildInputs = [