rcm: 1.2.3 -> 1.3.0 (#16847)

This commit is contained in:
Scott Stevenson
2016-07-11 18:11:31 +02:00
committed by Robin Gloster
parent 8f98fcd73b
commit 8c81c234d3
2 changed files with 51 additions and 71 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:
stdenv.mkDerivation {
name = "rcm-1.2.3";
name = "rcm-1.3.0";
src = fetchurl {
url = https://thoughtbot.github.io/rcm/dist/rcm-1.2.3.tar.gz;
sha256 = "0gwpclbc152jkclj3w83s2snx3dcgljwr75q1z8czl3yar7d8bsh";
url = https://thoughtbot.github.io/rcm/dist/rcm-1.3.0.tar.gz;
sha256 = "ddcf638b367b0361d8e063c29fd573dbe1712d1b83e8d5b3a868e4aa45ffc847";
};
patches = [ ./fix-rcmlib-path.patch ];