mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 20:48:30 +00:00
rcm: 1.3.5 -> 1.3.6
This commit is contained in:
parent
4769274f53
commit
b124c6a3d4
@ -5,11 +5,11 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rcm";
|
||||
version = "1.3.5";
|
||||
version = "1.3.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://thoughtbot.github.io/rcm/dist/rcm-${version}.tar.gz";
|
||||
sha256 = "sha256-JHQefybxagSTJLqoavcARDxCgeLN4JlynXTE1LKevi0=";
|
||||
sha256 = "sha256-9P37xFHR+1dkUxKQogKgqHH2uBujwBprdsSUNchQgKU=";
|
||||
};
|
||||
|
||||
patches = [ ./fix-rcmlib-path.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user