Merge pull request #183792 from r-ryantm/auto-update/rcm

rcm: 1.3.4 -> 1.3.5
This commit is contained in:
Anderson Torres 2022-07-29 22:47:42 -03:00 committed by GitHub
commit 6e2e6ff20d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "rcm";
version = "1.3.4";
version = "1.3.5";
src = fetchurl {
url = "https://thoughtbot.github.io/rcm/dist/rcm-${version}.tar.gz";
sha256 = "sha256-mxGuN0Sc9NI07G0TSEeb/tMlPauhH36ed0BZhltmwko=";
sha256 = "sha256-JHQefybxagSTJLqoavcARDxCgeLN4JlynXTE1LKevi0=";
};
patches = [ ./fix-rcmlib-path.patch ];