Skip to content

Commit

Permalink
slop: 6.3.47 -> 6.3.48
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Jul 29, 2017
1 parent 0154d1b commit 6f2715e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/slop/default.nix
Expand Up @@ -3,13 +3,13 @@

stdenv.mkDerivation rec {
name = "slop-${version}";
version = "6.3.47";
version = "6.3.48";

src = fetchFromGitHub {
owner = "naelstrof";
repo = "slop";
rev = "v${version}";
sha256 = "05saxp5z2saq6b5hslxdc5kd7ln00svr5pazabcnchzydfhnkmsd";
sha256 = "152xnisdbwx2zh1wzspy8djm937d1cm9zvcz1x22z8ia50ajm107";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 6f2715e

Please sign in to comment.