Skip to content

Commit 9748e9a

Browse files
committedJul 13, 2017
acct: 6.6.3 -> 6.6.4
1 parent bd7bf33 commit 9748e9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/tools/system/acct/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{ fetchurl, stdenv }:
22

33
stdenv.mkDerivation rec {
4-
name = "acct-6.6.3";
4+
name = "acct-6.6.4";
55

66
src = fetchurl {
77
url = "mirror://gnu/acct/${name}.tar.gz";
8-
sha256 = "14x0zklwlg7cc7amlyzffqr8az3fqj1h9dyj0hvl1kpi7cr7kbjy";
8+
sha256 = "0gv6m8giazshvgpvwbng98chpas09myyfw1zr2y7hqxib0mvy5ac";
99
};
1010

1111
doCheck = true;

0 commit comments

Comments
 (0)
Please sign in to comment.