bloaty: 2018-05-22 -> 2018-06-15 (#43540)

This commit is contained in:
Will Dietz 2018-07-14 16:12:22 -05:00 committed by xeji
parent 23f5fe768d
commit 5568c7c04b
1 changed files with 3 additions and 5 deletions

View File

@ -1,14 +1,14 @@
{ stdenv, binutils, cmake, zlib, fetchFromGitHub }: { stdenv, binutils, cmake, zlib, fetchFromGitHub }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2018-05-22"; version = "2018-06-15";
name = "bloaty-${version}"; name = "bloaty-${version}";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "google"; owner = "google";
repo = "bloaty"; repo = "bloaty";
rev = "054788b091ccfd43b05b9817062139145096d440"; rev = "bdbb3ce196c86d2154f5fba99b5ff73ca43446a9";
sha256 = "0pmv66137ipzsjjdz004n61pz3aipjhh3b0w0y1406clqpwkvpjm"; sha256 = "1r7di2p8bi12jpgl6cm4ygi1s0chv767mdcavc7pb45874vl02fx";
fetchSubmodules = true; fetchSubmodules = true;
}; };
@ -20,8 +20,6 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
checkPhase = "ctest";
installPhase = '' installPhase = ''
install -Dm755 {.,$out/bin}/bloaty install -Dm755 {.,$out/bin}/bloaty
''; '';