Skip to content

Commit 6f2715e

Browse files
committedJul 29, 2017
slop: 6.3.47 -> 6.3.48
1 parent 0154d1b commit 6f2715e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/misc/slop/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33

44
stdenv.mkDerivation rec {
55
name = "slop-${version}";
6-
version = "6.3.47";
6+
version = "6.3.48";
77

88
src = fetchFromGitHub {
99
owner = "naelstrof";
1010
repo = "slop";
1111
rev = "v${version}";
12-
sha256 = "05saxp5z2saq6b5hslxdc5kd7ln00svr5pazabcnchzydfhnkmsd";
12+
sha256 = "152xnisdbwx2zh1wzspy8djm937d1cm9zvcz1x22z8ia50ajm107";
1313
};
1414

1515
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)
Please sign in to comment.