tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
makefile2graph: unstable-2018-01-03 -> 2021.11.06
Solene Rapenne
3 years ago
5dd4efaf
2a48d592
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
analysis
makefile2graph
default.nix
+3
-3
pkgs/development/tools/analysis/makefile2graph/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "makefile2graph";
5
5
-
version = "unstable-2018-01-03";
5
5
+
version = "2021.11.06";
6
6
7
7
src = fetchFromGitHub {
8
8
owner = "lindenb";
9
9
repo = "makefile2graph";
10
10
-
rev = "61fb95a5ba91c20236f5e4deb11127c34b47091f";
11
11
-
sha256 = "07hq40bl48i8ka35fcciqcafpd8k9rby1wf4vl2p53v0665xaghr";
10
10
+
rev = "refs/tags/${version}";
11
11
+
hash = "sha256-4jyftC0eCJ13X/L4uEWhT5FA5/UXUmSHSoba89GSySQ=";
12
12
};
13
13
14
14
nativeBuildInputs = [ makeWrapper ];