Skip to content

Commit

Permalink
strace: 5.6 -> 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma27 committed Jun 2, 2020
1 parent 5e1bdc6 commit a33bf86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/misc/strace/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
pname = "strace";
version = "5.6";
version = "5.7";

src = fetchurl {
url = "https://strace.io/files/${version}/${pname}-${version}.tar.xz";
sha256 = "008v3xacgv8hw2gpqibacxs47j23161mmibf2qh9xv86mvp6i68q";
sha256 = "1n6cfz3i2krkyvxpdp3kmxhf7sy5xp0danzaiirbk5fdkfgvb15j";
};

depsBuildBuild = [ buildPackages.stdenv.cc ];
Expand Down

0 comments on commit a33bf86

Please sign in to comment.