about summary refs log tree commit diff
path: root/pkgs/applications/version-management/rcs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-04-05 08:56:40 +0200
committerPeter Simons <simons@cryp.to>2013-04-05 08:56:40 +0200
commit47e93cd27e5fc6225a85b156ec9340f190e6242c (patch)
tree6f99f7e429ecebd9d59dee447f8d3719e58ccd5e /pkgs/applications/version-management/rcs
parent742d198def859da2ba3d74fbc11134c89ab42e5a (diff)
downloadnixlib-47e93cd27e5fc6225a85b156ec9340f190e6242c.tar
nixlib-47e93cd27e5fc6225a85b156ec9340f190e6242c.tar.gz
nixlib-47e93cd27e5fc6225a85b156ec9340f190e6242c.tar.bz2
nixlib-47e93cd27e5fc6225a85b156ec9340f190e6242c.tar.lz
nixlib-47e93cd27e5fc6225a85b156ec9340f190e6242c.tar.xz
nixlib-47e93cd27e5fc6225a85b156ec9340f190e6242c.tar.zst
nixlib-47e93cd27e5fc6225a85b156ec9340f190e6242c.zip
rcs: update to version 5.8.2
It's profoundly satisfying to know that we have the very latest version of RCS.
RCS users, you see, live on the bleeding edge.
Diffstat (limited to 'pkgs/applications/version-management/rcs')
-rw-r--r--pkgs/applications/version-management/rcs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/rcs/default.nix b/pkgs/applications/version-management/rcs/default.nix
index 65625ff27695..afc7bca2d1ab 100644
--- a/pkgs/applications/version-management/rcs/default.nix
+++ b/pkgs/applications/version-management/rcs/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl }:
 
 stdenv.mkDerivation rec {
-  name = "rcs-5.8.1";
+  name = "rcs-5.8.2";
 
   src = fetchurl {
     url = "mirror://gnu/rcs/${name}.tar.gz";
-    sha256 = "1b1y6s4gy3miv2bvx0z01kvnv58h35sw766lccdkxkalk43cml04";
+    sha256 = "1p4kqqrvc7plc3n6ls4xwp6d3mw1jcx9p36pilwd65q31mgbs07a";
   };
 
   doCheck = true;