treewide: remove empty let blocks

This commit is contained in:
Mario Rodas
2019-12-04 06:00:00 -05:00
parent 49c63e498c
commit e44d7c14f5
3 changed files with 3 additions and 7 deletions
+1 -2
View File
@@ -9,8 +9,7 @@ stdenv.mkDerivation rec {
pname = "workrave";
version = "1.10.31";
src = let
in fetchFromGitHub {
src = fetchFromGitHub {
sha256 = "0v2mx2idaxlsyv5w66b7pknlill9j9i2gqcs3vq54gak7ix9fj1p";
rev = with stdenv.lib;
"v" + concatStringsSep "_" (splitVersion version);