lol

makefile2graph: unstable-2018-01-03 -> 2021.11.06

+3 -3
+3 -3
pkgs/development/tools/analysis/makefile2graph/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "makefile2graph"; 5 - version = "unstable-2018-01-03"; 5 + version = "2021.11.06"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "lindenb"; 9 9 repo = "makefile2graph"; 10 - rev = "61fb95a5ba91c20236f5e4deb11127c34b47091f"; 11 - sha256 = "07hq40bl48i8ka35fcciqcafpd8k9rby1wf4vl2p53v0665xaghr"; 10 + rev = "refs/tags/${version}"; 11 + hash = "sha256-4jyftC0eCJ13X/L4uEWhT5FA5/UXUmSHSoba89GSySQ="; 12 12 }; 13 13 14 14 nativeBuildInputs = [ makeWrapper ];