Don't use camelCase in file names

This commit is contained in:
Eelco Dolstra 2015-06-19 14:23:18 +02:00
parent a457d29def
commit ffb70f9c51
3 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{ stdenv, callPackage }:
callPackage ./makeRustcDerivation.nix {
callPackage ./generic.nix {
shortVersion = "1.0.0";
isRelease = true;
srcSha = "14brziw91d3r88fa1kvpvhap5ws4z8h2mas7h6k9lpsc2zl9blak";

View file

@ -1,5 +1,5 @@
{ stdenv, callPackage }:
callPackage ./makeRustcDerivation.nix {
callPackage ./generic.nix {
shortVersion = "1.0.0-dev";
isRelease = false;
# src rev for master on 2015-05-13