rcs: update from 5.9.2 to 5.9.3
This commit is contained in:
parent
dec66b0d4a
commit
977ad646e9
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
|||
{ stdenv, fetchurl, ed }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "rcs-5.9.2";
|
||||
name = "rcs-5.9.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnu/rcs/${name}.tar.xz";
|
||||
sha256 = "0wdmmplga9k05d9k7wjqv4zb6xvvzsli8hmn206pvangki1g66k5";
|
||||
sha256 = "0isvzwfvqkg7zcsznra6wqh650z49ib113n7gp6ncxv5p30x3c38";
|
||||
};
|
||||
|
||||
buildInputs = [ ed ];
|
||||
|
|
Loading…
Reference in a new issue